Commit fb8393b3 authored by yann300's avatar yann300

remove console.log

parent 0d99cd28
...@@ -56,7 +56,6 @@ class StateManagerCommonStorageDump extends StateManager { ...@@ -56,7 +56,6 @@ class StateManagerCommonStorageDump extends StateManager {
} }
async setStateRoot (stateRoot) { async setStateRoot (stateRoot) {
console.log('setstateroot', stateRoot.toString('hex'))
if (this._checkpointCount !== 0) { if (this._checkpointCount !== 0) {
throw new Error('Cannot set state root with uncommitted checkpoints') throw new Error('Cannot set state root with uncommitted checkpoints')
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment