mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
Remove password debugging code.
This commit is contained in:
parent
895b028101
commit
60d7f4a5c6
@ -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.
|
||||
|
Loading…
x
Reference in New Issue
Block a user