about summary refs log tree commit diff stats
diff options
context:
space:
mode:
-rw-r--r--miasm/analysis/data_flow.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/miasm/analysis/data_flow.py b/miasm/analysis/data_flow.py
index 6ace4f4e..da611c27 100644
--- a/miasm/analysis/data_flow.py
+++ b/miasm/analysis/data_flow.py
@@ -1519,8 +1519,6 @@ class DelDummyPhi(object):
             else:
                 if src.is_mem() or (src.is_op() and src.op.startswith("call")):
                     if src in equivalence_graph.nodes():
-                        print("BAD %s" % src)
-                        fds
                         return None
                 equivalence_graph.add_uniq_edge(src, dst)
                 equivalence.add(src)