diff --git a/ether/ethcontract.py b/ether/ethcontract.py index ae1117f2..5f9a6a86 100644 --- a/ether/ethcontract.py +++ b/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)