Removed debug information
This commit is contained in:
parent
1cf5c64fdc
commit
a817a6ce9e
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Reference in New Issue