GwR apple driver patch

This commit is contained in:
GRiker 2010-09-18 05:14:41 -06:00
parent caefc9ec2b
commit 68df332cad

View File

@ -739,7 +739,7 @@ class ITUNES(DriverBase):
# Purge the booklist, self.cached_books, thumb cache # Purge the booklist, self.cached_books, thumb cache
for i,bl_book in enumerate(booklists[0]): for i,bl_book in enumerate(booklists[0]):
if DEBUG: if False:
self.log.info(" evaluating '%s' by '%s' uuid:%s" % self.log.info(" evaluating '%s' by '%s' uuid:%s" %
(bl_book.title, bl_book.author,bl_book.uuid)) (bl_book.title, bl_book.author,bl_book.uuid))