Skip to content

Commit 03c9245

Browse files
committed
remove pdb
1 parent 17468c6 commit 03c9245

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

pori_python/ipr/main.py

-1
Original file line numberDiff line numberDiff line change
@@ -216,7 +216,6 @@ def clean_unsupported_content(upload_content: Dict, ipr_spec: Dict = {}) -> Dict
216216
"tmburMutationBurden"
217217
].get("kbCategory", "")
218218

219-
import pdb; pdb.set_trace()
220219
for row in upload_content["kbMatches"]:
221220
for stmt in row['kbMatchedStatements']:
222221
del stmt["kbContextId"]

0 commit comments

Comments
 (0)