Removing println
This commit is contained in:
parent
4df5f0ca31
commit
eb4a9d8586
@ -631,7 +631,6 @@ impl Interpreter {
|
||||
|
||||
return match call_result {
|
||||
MessageCallResult::Success(gas_left) => {
|
||||
println!("Unused: {}", gas_left);
|
||||
stack.push(U256::one());
|
||||
Ok(InstructionResult::UnusedGas(gas_left))
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user