Skip to content

Commit

Permalink
🐛 FIX: remove verbose debug output
Browse files Browse the repository at this point in the history
  • Loading branch information
harlamism committed Mar 9, 2024
1 parent bcf4885 commit 219d9cd
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion idaclu/plugins/group_8/plugin_2.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@ def get_data(func_gen=None, env_desc=None, plug_params=None):
func_score = helpers.calc_cyclomatic_complexity(func_addr)

xref_key = "score: {}".format(func_score)
print(xref_key)

report['data'][xref_key].append(func_addr)
report['stat'][xref_key] += 1
Expand Down

0 comments on commit 219d9cd

Please sign in to comment.