From a67f9a4e2b8bb5c1e0f545c5298c3ec4a41bba45 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Wed, 24 Nov 2010 10:28:27 -0700 Subject: [PATCH] ... --- src/calibre/library/database2.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/calibre/library/database2.py b/src/calibre/library/database2.py index d1d11a70ba..ffb97e481f 100644 --- a/src/calibre/library/database2.py +++ b/src/calibre/library/database2.py @@ -333,9 +333,7 @@ class LibraryDatabase2(LibraryDatabase, SchemaUpgrade, CustomColumns): self.dirtied_cache = set([x[0] for x in d]) self.refresh_ondevice = functools.partial(self.data.refresh_ondevice, self) - st = time.time() self.refresh() - print 'refresh time:', time.time() - st self.last_update_check = self.last_modified()