remove unhelpful log messages

pull/642/head
Nathan 6 years ago
parent 2af841027c
commit 74a1a401d3
  1. 1
      mythril/analysis/solver.py

@ -94,7 +94,6 @@ def get_transaction_sequence(global_state, constraints):
for d in model.decls():
name = d.name()
logging.warn(d.name)
if "call_value" in name:
tx_id = name.replace("call_value", "")

Loading…
Cancel
Save