diff --git a/libethereum/Executive.cpp b/libethereum/Executive.cpp index d70e89bc2..d281a00fd 100644 --- a/libethereum/Executive.cpp +++ b/libethereum/Executive.cpp @@ -399,7 +399,6 @@ void Executive::finalize() m_refunded = m_ext ? min((m_t.gas() - m_gas) / 2, m_ext->sub.refunds) : 0; m_gas += m_refunded; - // cnote << "Refunding" << formatBalance(m_endGas * m_ext->gasPrice) << "to origin (=" << m_endGas << "*" << formatBalance(m_ext->gasPrice) << ")"; if (m_t) { // cnote << "Refunding" << formatBalance(m_endGas * m_ext->gasPrice) << "to origin (=" << m_endGas << "*" << formatBalance(m_ext->gasPrice) << ")";