Skip to content

Commit e879c25

Browse files
committed
remove logs
1 parent 23cfc61 commit e879c25

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

app.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -374,7 +374,6 @@ def __create_client(_url, _account, _child, _ent):
374374
}
375375
out = pronotepy.ParentClient.qrcode_login(data, _account['pin'], str(uuid.uuid4()))
376376
credentials = __build_credentials(out)
377-
log.info("Using credentials : " + str(credentials))
378377
out = pronotepy.ParentClient.token_login(credentials['url'], credentials['username'], credentials['password'], credentials['uuid'])
379378
_account[CREDENTIAL] = __build_credentials(out)
380379
if _account.get('login') is not None:

0 commit comments

Comments
 (0)