Remove debug print

This commit is contained in:
Dag Heyman 2017-05-02 15:59:02 +02:00
parent 51bf26279c
commit d400bdc281
No known key found for this signature in database
GPG Key ID: 06FC004369E7D338

View File

@ -29,7 +29,6 @@ class Controller(object):
_dev_info = None
def __init__(self):
print("[DEBUG] call derive_key" + str(derive_key(b'', "")))
# Wrap all args and return values as JSON.
for f in dir(self):
if not f.startswith('_'):