Commit 7830b342 authored by yann300's avatar yann300

comment unused code

parent 5d8fe546
......@@ -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
......
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