summaryrefslogtreecommitdiff
path: root/DeviceAuth.py
diff options
context:
space:
mode:
Diffstat (limited to 'DeviceAuth.py')
-rw-r--r--DeviceAuth.py4
1 files changed, 0 insertions, 4 deletions
diff --git a/DeviceAuth.py b/DeviceAuth.py
index d62731c..3374956 100644
--- a/DeviceAuth.py
+++ b/DeviceAuth.py
@@ -5,10 +5,6 @@ class DeviceAuth:
__filename__ = 'device-auth.json'
- def __init__(self):
- print('DeviceAuth init')
-
-
def device_auth_file_exists(self):
return os.path.isfile(self.__filename__)