Disabled extraneous DEBUG message in shutdown()

This commit is contained in:
GRiker 2013-01-23 13:02:24 -07:00
parent 1216bac1e3
commit be2315d951

View File

@ -1032,7 +1032,7 @@ class ITUNES(DriverBase):
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):