Skip to content

Commit 1650082

Browse files
committed
remove pdb
1 parent 1dd01ce commit 1650082

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

cfonb/parser/common.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,6 @@ def get_parser(cls, key):
6565
for sub_cls in cls.__subclasses__():
6666
if sub_cls._code == key:
6767
return sub_cls
68-
import pdb; pdb.set_trace()
6968
raise Exception('No class found')
7069

7170
def __init__(self):

0 commit comments

Comments
 (0)