remove console.log

pull/1624/head
yann300 3 years ago
parent 0d99cd281c
commit fb8393b365
  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