diff --git a/src/clj/commiteth/eth/core.clj b/src/clj/commiteth/eth/core.clj index 4250153..2f6bfe5 100644 --- a/src/clj/commiteth/eth/core.clj +++ b/src/clj/commiteth/eth/core.clj @@ -65,7 +65,6 @@ (if (= nonce @current-nonce) (throw (Exception. (str "Attempting to create transaction with the same nonce: " nonce))) (swap! current-nonce (constantly nonce))) - (log/info "Current nonce:" nonce) nonce)))) (defn get-signed-tx [gas-price gas-limit to data]