Skip to content
This repository was archived by the owner on Dec 20, 2021. It is now read-only.

Commit 0b44b7a

Browse files
committed
Remove debug print
1 parent b7168a2 commit 0b44b7a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

examples/sync/WebSocket Client.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@ def wait_loop(self):
2323

2424
def __init__(self):
2525
super().__init__()
26-
print("top: {}".format(hasattr(self, "loggedIn")))
2726

2827
self.login2fa(input("Username: "), input("Password: "), input("2FA Code: "), True)
2928
self.wait_loop()

0 commit comments

Comments
 (0)