From 88cb23d952bdb2578418808feb6cc823da000e16 Mon Sep 17 00:00:00 2001 From: Charles Haley <> Date: Sun, 26 Sep 2010 15:54:29 +0100 Subject: [PATCH] Take out print statement --- src/calibre/library/caches.py | 1 - 1 file changed, 1 deletion(-) diff --git a/src/calibre/library/caches.py b/src/calibre/library/caches.py index 74be3cd594..cdf0c1fce6 100644 --- a/src/calibre/library/caches.py +++ b/src/calibre/library/caches.py @@ -53,7 +53,6 @@ class MetadataBackup(Thread): # {{{ except: # Happens during interpreter shutdown break - print 'doing id', id_ try: path, mi = self.get_metadata_for_dump(id_) except: