From 3ca3252b9d66afd25fa84997a674bfe813b9eccf Mon Sep 17 00:00:00 2001 From: GRiker Date: Fri, 29 Mar 2013 11:33:03 -0700 Subject: [PATCH] Updated flow of control summary and some comments --- src/calibre/devices/apple/driver.py | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/calibre/devices/apple/driver.py b/src/calibre/devices/apple/driver.py index 5251e701b5..f82899ade2 100644 --- a/src/calibre/devices/apple/driver.py +++ b/src/calibre/devices/apple/driver.py @@ -170,7 +170,6 @@ class ITUNES(DriverBase): Delete: delete_books() remove_books_from_metadata() - use_plugboard_ext() set_plugboard() sync_booklists() card_prefix() @@ -186,7 +185,6 @@ class ITUNES(DriverBase): _add_library_book() _update_iTunes_metadata() add_books_to_metadata() - use_plugboard_ext() set_plugboard() set_progress_reporter() sync_booklists() @@ -1029,7 +1027,7 @@ class ITUNES(DriverBase): def set_plugboards(self, plugboards, pb_func): # This method is called with the plugboard that matches the format - # declared in use_plugboard_ext and a device name of ITUNES + # and a device name of ITUNES if DEBUG: logger().info("%s.set_plugboard()" % self.__class__.__name__) #logger().info(' plugboard: %s' % plugboards)