Remove debugging code

pull/2/head
Bernhard Mueller 7 years ago
parent 99376d7d63
commit a15bda8b4a
  1. 2
      ether/ethcontract.py

@ -72,8 +72,6 @@ class ETHContract(persistent.Persistent):
if (m):
str_eval += "\"" + m.group(1) + "\" in easm_code"
print(str_eval)
continue
return eval(str_eval)

Loading…
Cancel
Save