mirror of
https://github.com/Yubico/yubioath-flutter.git
synced 2024-11-24 03:06:45 +03:00
Remove debug print
This commit is contained in:
parent
51bf26279c
commit
d400bdc281
@ -29,7 +29,6 @@ class Controller(object):
|
|||||||
_dev_info = None
|
_dev_info = None
|
||||||
|
|
||||||
def __init__(self):
|
def __init__(self):
|
||||||
print("[DEBUG] call derive_key" + str(derive_key(b'', "")))
|
|
||||||
# Wrap all args and return values as JSON.
|
# Wrap all args and return values as JSON.
|
||||||
for f in dir(self):
|
for f in dir(self):
|
||||||
if not f.startswith('_'):
|
if not f.startswith('_'):
|
||||||
|
Loading…
Reference in New Issue
Block a user