mirror of
https://github.com/Sneed-Group/Poodletooth-iLand
synced 2025-01-09 17:53:50 +00:00
Remove debug message.
This commit is contained in:
parent
c98510471d
commit
833d9b2880
1 changed files with 0 additions and 1 deletions
|
@ -275,7 +275,6 @@ class RemoteAccountDB:
|
|||
r = executeHttpRequest('associateuser', username=str(userId), accountId=str(accountId))
|
||||
try:
|
||||
r = json.loads(r)
|
||||
print r
|
||||
if r['success']:
|
||||
callback(True)
|
||||
else:
|
||||
|
|
Loading…
Reference in a new issue