Remove debug print

pull/407/head
Bernhard Mueller 6 years ago
parent 00b73fee96
commit 3d24c4fa16
  1. 2
      mythril/ether/ethcontract.py

@ -40,8 +40,6 @@ class ETHContract(persistent.Persistent):
tokens = re.split("\s+(and|or|not)\s+", expression, re.IGNORECASE)
print(tokens)
for token in tokens:
if token in ("and", "or", "not"):

Loading…
Cancel
Save