Skip to content

Commit 67c932c

Browse files
committed
fix contracts in dashboard by removing the double evaluation
1 parent 0d20d42 commit 67c932c

File tree

2 files changed

+11
-12
lines changed

2 files changed

+11
-12
lines changed

lib/index.js

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -105,12 +105,6 @@ class Embark {
105105
contractsConfig: engine.config.contractsConfig
106106
});
107107
dashboard.start(function () {
108-
engine.events.on('code-generator-ready', function () {
109-
engine.events.request('code-vanila-deployment', function (abi) {
110-
dashboard.console.runCode(abi);
111-
});
112-
});
113-
114108
engine.logger.info('dashboard start');
115109
callback();
116110
});

package-lock.json

Lines changed: 11 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)