diff --git a/src/clj/commiteth/eth/core.clj b/src/clj/commiteth/eth/core.clj index 1ba4a61..577a2fb 100644 --- a/src/clj/commiteth/eth/core.clj +++ b/src/clj/commiteth/eth/core.clj @@ -74,7 +74,6 @@ (when-not (contains? params :gas) {:gas (estimate-gas from to value params)}))] - (log/debug "gas:" gas) (log/debug "args:" args) (eth-rpc "personal_sendTransaction"