From 280749b34cfdce8c110cf93f52aaa677f57c3d72 Mon Sep 17 00:00:00 2001 From: Tomusdrw Date: Tue, 26 Jan 2016 09:13:44 +0100 Subject: [PATCH] Removing println --- src/executive.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/src/executive.rs b/src/executive.rs index f5952e530..af738b0f6 100644 --- a/src/executive.rs +++ b/src/executive.rs @@ -166,7 +166,6 @@ impl<'a> Executive<'a> { /// Modifies the substate and the output. /// Returns either gas_left or `evm::Error`. pub fn call(&mut self, params: ActionParams, substate: &mut Substate, mut output: BytesRef) -> evm::Result { - println!("Calling executive. Sender: {}", params.sender); // backup used in case of running out of gas let backup = self.state.clone();