From a90084826864bc43f94c30975becdea67e3b88a0 Mon Sep 17 00:00:00 2001 From: Michael Hohn Date: Thu, 27 Jul 2023 09:05:27 -0700 Subject: [PATCH] Remove ipython debug call --- sarif_cli/table_joins.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/sarif_cli/table_joins.py b/sarif_cli/table_joins.py index 520f0c6..7133626 100644 --- a/sarif_cli/table_joins.py +++ b/sarif_cli/table_joins.py @@ -115,9 +115,6 @@ def joins_for_problem(tgraph, af_0350_location): # # Form the message dataframe (@kind problem) via joins # - import IPython - IPython.embed(header="spot 1") - kind_problem_1 = ( aft(6343) .merge(sft(4055), how="inner",