From f478812441787cc10f55d1f09d16e4b28a99695d Mon Sep 17 00:00:00 2001 From: Robert Habermeier Date: Mon, 13 Jun 2016 15:36:02 +0200 Subject: [PATCH] remove spammy account trace --- ethcore/src/pv64/mod.rs | 2 -- 1 file changed, 2 deletions(-) diff --git a/ethcore/src/pv64/mod.rs b/ethcore/src/pv64/mod.rs index 8283cfdc9..3e9ffde02 100644 --- a/ethcore/src/pv64/mod.rs +++ b/ethcore/src/pv64/mod.rs @@ -209,8 +209,6 @@ impl<'a> StateChunker<'a> { let account_db = AccountDB::from_hash(db, account_key_hash); - trace!(target: "pv64_snapshot", "snapshotting account with address hash {}", account_key_hash.hex()); - let fat_rlp = try!(account.to_fat_rlp(&account_db)); chunker.push(account_key, fat_rlp); }