mirror of
git://github.com/kovidgoyal/calibre.git
synced 2026-05-06 01:33:44 +02:00
Disabled extraneous DEBUG message in shutdown()
This commit is contained in:
parent
1216bac1e3
commit
be2315d951
1 changed files with 1 additions and 1 deletions
|
|
@ -1032,7 +1032,7 @@ def set_plugboards(self, plugboards, pb_func):
|
|||
self.plugboard_func = pb_func
|
||||
|
||||
def shutdown(self):
|
||||
if DEBUG:
|
||||
if False and DEBUG:
|
||||
logger().info("%s.shutdown()\n" % self.__class__.__name__)
|
||||
|
||||
def sync_booklists(self, booklists, end_session=True):
|
||||
|
|
|
|||
Loading…
Reference in a new issue