remove spammy account trace

This commit is contained in:
Robert Habermeier 2016-06-13 15:36:02 +02:00
parent 4ded1cc3d4
commit f478812441
1 changed files with 0 additions and 2 deletions

View File

@ -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);
}