Removed debug print statements and added a note about token expiry

main
Mike Lynch 2024-12-14 17:41:08 +11:00
parent 37169128a0
commit 48f94ad8ad
1 changed files with 1 additions and 2 deletions

View File

@ -47,7 +47,6 @@ class Application:
except Exception as e:
print("Something went wrong:")
print(e)
print(data)
return False
def get_auth_token(self, token):
@ -82,7 +81,7 @@ class Application:
except Exception as e:
print("Something went wrong:")
print(e)
print(data)
print("Note that this may be because your OOB token has expired")
return False
def unique_at_file(self):