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

Commit e029bee

Browse files
committed
removed bad call from debug user code
1 parent 470282d commit e029bee

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/debug_user_code.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,5 +63,3 @@
6363
for frameIndex in range(2, len(stackTrace) - 1):
6464
errorMessage += "\t" + str(stackTrace[frameIndex])
6565
print(e, errorMessage, file=sys.stderr, flush=True)
66-
67-
debugger_communication_client.disconnect_socket()

0 commit comments

Comments
 (0)