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,
|
'validExtensions': self.ALL_FORMATS,
|
||||||
'passwordChallenge': challenge,
|
'passwordChallenge': challenge,
|
||||||
'currentLibraryName': self.current_library_name,
|
'currentLibraryName': self.current_library_name,
|
||||||
'currentLibraryUUID': library_uuid,
|
'currentLibraryUUID': library_uuid})
|
||||||
'rightAnswer': hash_digest})
|
|
||||||
if opcode != 'OK':
|
if opcode != 'OK':
|
||||||
# Something wrong with the return. Close the socket
|
# Something wrong with the return. Close the socket
|
||||||
# and continue.
|
# and continue.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user