From aa62a13cf0ec321d822f2b4944cfce61f65540cd Mon Sep 17 00:00:00 2001 From: Charles Haley <> Date: Mon, 6 Aug 2012 18:55:28 +0200 Subject: [PATCH] ... --- src/calibre/devices/smart_device_app/driver.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/calibre/devices/smart_device_app/driver.py b/src/calibre/devices/smart_device_app/driver.py index ee16e23a25..82ff2e7920 100644 --- a/src/calibre/devices/smart_device_app/driver.py +++ b/src/calibre/devices/smart_device_app/driver.py @@ -703,7 +703,7 @@ class SMART_DEVICE_APP(DeviceConfig, DevicePlugin): for book in v: lpaths.append(book.lpath) coldict[k] = lpaths - self._debug(coldict) + # If we ever do device_db plugboards, this is where it will go. We will # probably need to send two booklists, one with calibre's data that is # given back by "books", and one that has been plugboarded.