From f132c76e02cef783d48f31af94053e9f1c1a18b0 Mon Sep 17 00:00:00 2001 From: Charles Haley <> Date: Sat, 18 Jun 2011 07:07:41 +0100 Subject: [PATCH] Remove print statements --- src/calibre/gui2/device.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/calibre/gui2/device.py b/src/calibre/gui2/device.py index ad4ba82b45..99f795cdda 100644 --- a/src/calibre/gui2/device.py +++ b/src/calibre/gui2/device.py @@ -284,11 +284,8 @@ class DeviceManager(Thread): # {{{ self.job_manager.add_job(job) if (done is None or isinstance(done, FunctionDispatcher)) and \ (to_job is not None and to_job == self.current_job): - print "adding as step", description self.job_steps.put(job) else: - print "adding as job not step", description - traceback.print_stack() self.jobs.put(job) return job