Remove password debugging code.

This commit is contained in:
Charles Haley 2012-07-31 09:48:51 +02:00
parent 895b028101
commit 60d7f4a5c6

View File

@ -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.