Skip to content

Commit 23f2519

Browse files
removed pdb
1 parent 8a2a0e3 commit 23f2519

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

cocos/utils.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,6 @@ def read(self, n=-1):
9696
return self.readline()
9797

9898
def readline(self, length=None):
99-
import pdb; pdb.set_trace()
10099
self.dispatch_event('on_get_command')
101100
return ''
102101

0 commit comments

Comments
 (0)