Skip to content

Commit 4076ffc

Browse files
committed
remove debugging code
1 parent 29eeb44 commit 4076ffc

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

pori_python/ipr/summary.py

-4
Original file line numberDiff line numberDiff line change
@@ -428,10 +428,6 @@ def get_ipr_analyst_comments(
428428
itemlist: list[dict] = []
429429
itemlist = ipr_conn.get("variant-text", data=data) # type: ignore
430430
if itemlist:
431-
import pdb
432-
433-
pdb.set_trace()
434-
435431
project_matches = [
436432
item
437433
for item in itemlist

0 commit comments

Comments
 (0)