Removed debug information

This commit is contained in:
Anton Hvornum 2022-02-09 16:49:08 +01:00
parent 1cf5c64fdc
commit a817a6ce9e
No known key found for this signature in database
GPG Key ID: F1234C5BA67C59DF
1 changed files with 2 additions and 0 deletions

View File

@ -111,6 +111,7 @@ class luks2:
# cryptworker.write(password)
# TODO: Workaround, as cryptsetup doesn't appear to accept any input via os.write(child_cd, data)
print(password.decode())
print(password.decode())
pw_given = True
if cryptworker.exit_code == 256:
@ -192,6 +193,7 @@ class luks2:
# cryptworker.write(password)
# TODO: Workaround, as cryptsetup doesn't appear to accept any input via os.write(child_cd, data)
print(password.decode())
print(password.decode())
pw_given = True
if not cryptworker.exit_code == 0: