python: Remove debug message from the passgeny module

This commit is contained in:
2021-11-12 15:41:43 +01:00
parent 5e074c6ab9
commit 96b83673ee

View File

@ -129,6 +129,5 @@ class Passgeny:
password += pw password += pw
flags = "" flags = ""
print("Used bits = {}".format(bh.bits_used))
return password return password