remove console.log

pull/5370/head
yann300 3 years ago
parent abe8eb2acf
commit 1ebbf4018d
  1. 1
      libs/remix-simulator/src/vm-context.ts

@ -56,7 +56,6 @@ class StateManagerCommonStorageDump extends StateManager {
}
async setStateRoot (stateRoot) {
console.log('setstateroot', stateRoot.toString('hex'))
if (this._checkpointCount !== 0) {
throw new Error('Cannot set state root with uncommitted checkpoints')
}

Loading…
Cancel
Save