Commit ab9c9e32 authored by serapath's avatar serapath

FIX linting errors

parent e32d58d9
...@@ -170,8 +170,6 @@ var css = csjs` ...@@ -170,8 +170,6 @@ var css = csjs`
margin-left: 10%; margin-left: 10%;
} }
` `
console.log(styles.displayBox.toString())
console.log(css.settings.toString())
module.exports = runTab module.exports = runTab
......
...@@ -91,7 +91,7 @@ function ExecutionContext () { ...@@ -91,7 +91,7 @@ function ExecutionContext () {
this.web3 = function () { this.web3 = function () {
return this.isVM() ? web3VM : web3 return this.isVM() ? web3VM : web3
} }
this.blankWeb3 = function () { this.blankWeb3 = function () {
return blankWeb3 return blankWeb3
} }
......
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