From 5452433bfd9c80ec350767d90cc9a47ab15006d6 Mon Sep 17 00:00:00 2001 From: yann300 Date: Tue, 3 Sep 2019 23:03:14 +0200 Subject: [PATCH] remove unused checkpointAndCommit --- src/app/udapp/run-tab.js | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/app/udapp/run-tab.js b/src/app/udapp/run-tab.js index 66874be210..d8dfc254fc 100644 --- a/src/app/udapp/run-tab.js +++ b/src/app/udapp/run-tab.js @@ -45,8 +45,6 @@ export class RunTab extends LibraryPlugin { this.filePanel = filePanel this.compilersArtefacts = compilersArtefacts this.networkModule = networkModule - - executionContext.checkpointAndCommit(() => { console.log('initial checkpoint and commit of JavaScript VM') }) } onActivationInternal () {