From a15bda8b4a4d32d25f1e47f69b20f7df0ff45691 Mon Sep 17 00:00:00 2001 From: Bernhard Mueller Date: Sat, 30 Sep 2017 17:38:00 +0700 Subject: [PATCH] Remove debugging code --- ether/ethcontract.py | 2 -- 1 file changed, 2 deletions(-) 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)