Removed unneeded console.log.

Removed unneeded spaces.
This commit is contained in:
Eric Mastro 2018-06-12 11:10:23 +10:00 committed by Iuri Matias
parent 73b6378171
commit 1b9d122e8c
2 changed files with 0 additions and 21 deletions

View File

@ -107,26 +107,6 @@ class ContractUI extends React.Component {
</Tab>
</div>
</div>,
</ContractContext.Provider>
)
}

View File

@ -21,7 +21,6 @@ fetch("/embark/console", {
})
.then(response => response.text())
.then(contractSource => {
console.log('host from console command = ' + host);
const web3 = new Web3(host);
window.web3 = web3;