From b8d5b255bad4b03c57356c9af474e6d8a12105db Mon Sep 17 00:00:00 2001 From: Ajax Date: Thu, 21 Jun 2018 17:33:47 +0200 Subject: Code cleaning: remove useless / commented code --- example/ida/graph_ir.py | 1 - 1 file changed, 1 deletion(-) (limited to 'example/ida/graph_ir.py') diff --git a/example/ida/graph_ir.py b/example/ida/graph_ir.py index 97d30851..dd842281 100644 --- a/example/ida/graph_ir.py +++ b/example/ida/graph_ir.py @@ -116,7 +116,6 @@ def build_graph(verbose=False, simplify=False): # populate symbols with ida names for addr, name in idautils.Names(): - # print hex(ad), repr(name) if name is None: continue if (mdis.symbol_pool.getby_offset(addr) or -- cgit 1.4.1