From 7830b3420b3bb4787084f667ef8c02d57a9b51d3 Mon Sep 17 00:00:00 2001 From: yann300 Date: Wed, 2 Aug 2017 13:11:24 +0200 Subject: [PATCH] comment unused code --- src/app.js | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/src/app.js b/src/app.js index d37c6e1472..0efcd92399 100644 --- a/src/app.js +++ b/src/app.js @@ -30,8 +30,10 @@ var EditorPanel = require('./app/editor-panel') var RighthandPanel = require('./app/righthand-panel') var examples = require('./app/example-contracts') var modalDialogCustom = require('./app/modal-dialog-custom') +/* var Txlistener = require('./app/txListener') var EventsDecoder = require('./app/eventsDecoder') +*/ var css = csjs` html { box-sizing: border-box; } @@ -749,7 +751,8 @@ function run () { node.insertBefore(staticanalysis.render(), node.childNodes[0]) // ----------------- Tx listener ----------------- - + // not used right now + /* var compiledContracts = function () { if (compiler.lastCompilationResult && compiler.lastCompilationResult.data) { return compiler.lastCompilationResult.data.contracts @@ -800,6 +803,7 @@ function run () { }) } }) + */ // ----------------- autoCompile ----------------- var autoCompile = document.querySelector('#autoCompile').checked