Remove old logging enabler artifacts (#9777)

automerge
This commit is contained in:
Jack May
2020-04-28 15:56:51 -07:00
committed by GitHub
parent 9d91cca73c
commit a4fe11fad2
8 changed files with 6 additions and 14 deletions

View File

@ -15,7 +15,6 @@ num-derive = "0.3"
num-traits = "0.2"
serde = "1.0.106"
serde_derive = "1.0.103"
solana-logger = { path = "../../logger", version = "1.2.0" }
solana-metrics = { path = "../../metrics", version = "1.2.0" }
solana-sdk = { path = "../../sdk", version = "1.2.0" }
thiserror = "1.0"

View File

@ -215,8 +215,6 @@ pub fn process_instruction(
keyed_accounts: &[KeyedAccount],
data: &[u8],
) -> Result<(), InstructionError> {
solana_logger::setup_with_default("solana=info");
trace!("process_instruction: {:?}", data);
trace!("keyed_accounts: {:?}", keyed_accounts);