remove unused checkpointAndCommit

pull/1/head
yann300 5 years ago
parent 3b8185cd1a
commit 5452433bfd
  1. 2
      src/app/udapp/run-tab.js

@ -45,8 +45,6 @@ export class RunTab extends LibraryPlugin {
this.filePanel = filePanel this.filePanel = filePanel
this.compilersArtefacts = compilersArtefacts this.compilersArtefacts = compilersArtefacts
this.networkModule = networkModule this.networkModule = networkModule
executionContext.checkpointAndCommit(() => { console.log('initial checkpoint and commit of JavaScript VM') })
} }
onActivationInternal () { onActivationInternal () {

Loading…
Cancel
Save