Commit 3656ea64 authored by Rob Stupay's avatar Rob Stupay

removing bits of old code

parent 3085fc18
...@@ -68,10 +68,6 @@ function Editor (opts = {}) { ...@@ -68,10 +68,6 @@ function Editor (opts = {}) {
editor.session.setBreakpoint(row, css) editor.session.setBreakpoint(row, css)
} }
this.setPosition = function (line, column, noClip) {
editor.moveCursorTo(line, column)
}
this.editorFontSize = function (incr) { this.editorFontSize = function (incr) {
editor.setFontSize(editor.getFontSize() + incr) editor.setFontSize(editor.getFontSize() + incr)
} }
......
...@@ -293,7 +293,6 @@ function contractDropdown (appAPI, appEvents, instanceContainer) { ...@@ -293,7 +293,6 @@ function contractDropdown (appAPI, appEvents, instanceContainer) {
// ADD BUTTONS AT ADDRESS AND CREATE // ADD BUTTONS AT ADDRESS AND CREATE
function createInstance () { function createInstance () {
// appAPI.logMessage('transaction added ...')
var contractNames = document.querySelector(`.${css.contractNames.classNames[0]}`) var contractNames = document.querySelector(`.${css.contractNames.classNames[0]}`)
var contracts = appAPI.getContracts() var contracts = appAPI.getContracts()
var contractName = [contractNames.children[contractNames.selectedIndex].innerHTML] var contractName = [contractNames.children[contractNames.selectedIndex].innerHTML]
......
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