From 60d7f4a5c6789b059f88ad02b91f1e2a05c65401 Mon Sep 17 00:00:00 2001 From: Charles Haley <> Date: Tue, 31 Jul 2012 09:48:51 +0200 Subject: [PATCH] Remove password debugging code. --- src/calibre/devices/smart_device_app/driver.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/calibre/devices/smart_device_app/driver.py b/src/calibre/devices/smart_device_app/driver.py index b3a2f90ecb..d11e509032 100644 --- a/src/calibre/devices/smart_device_app/driver.py +++ b/src/calibre/devices/smart_device_app/driver.py @@ -501,8 +501,7 @@ class SMART_DEVICE_APP (DeviceConfig, DevicePlugin): 'validExtensions': self.ALL_FORMATS, 'passwordChallenge': challenge, 'currentLibraryName': self.current_library_name, - 'currentLibraryUUID': library_uuid, - 'rightAnswer': hash_digest}) + 'currentLibraryUUID': library_uuid}) if opcode != 'OK': # Something wrong with the return. Close the socket # and continue.