Commit 7830b342 authored by yann300's avatar yann300

comment unused code

parent 5d8fe546
...@@ -30,8 +30,10 @@ var EditorPanel = require('./app/editor-panel') ...@@ -30,8 +30,10 @@ var EditorPanel = require('./app/editor-panel')
var RighthandPanel = require('./app/righthand-panel') var RighthandPanel = require('./app/righthand-panel')
var examples = require('./app/example-contracts') var examples = require('./app/example-contracts')
var modalDialogCustom = require('./app/modal-dialog-custom') var modalDialogCustom = require('./app/modal-dialog-custom')
/*
var Txlistener = require('./app/txListener') var Txlistener = require('./app/txListener')
var EventsDecoder = require('./app/eventsDecoder') var EventsDecoder = require('./app/eventsDecoder')
*/
var css = csjs` var css = csjs`
html { box-sizing: border-box; } html { box-sizing: border-box; }
...@@ -749,7 +751,8 @@ function run () { ...@@ -749,7 +751,8 @@ function run () {
node.insertBefore(staticanalysis.render(), node.childNodes[0]) node.insertBefore(staticanalysis.render(), node.childNodes[0])
// ----------------- Tx listener ----------------- // ----------------- Tx listener -----------------
// not used right now
/*
var compiledContracts = function () { var compiledContracts = function () {
if (compiler.lastCompilationResult && compiler.lastCompilationResult.data) { if (compiler.lastCompilationResult && compiler.lastCompilationResult.data) {
return compiler.lastCompilationResult.data.contracts return compiler.lastCompilationResult.data.contracts
...@@ -800,6 +803,7 @@ function run () { ...@@ -800,6 +803,7 @@ function run () {
}) })
} }
}) })
*/
// ----------------- autoCompile ----------------- // ----------------- autoCompile -----------------
var autoCompile = document.querySelector('#autoCompile').checked var autoCompile = document.querySelector('#autoCompile').checked
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment