Commit 292d87d4 authored by d11e9's avatar d11e9

remove console log

parent d56f79d4
...@@ -5,7 +5,7 @@ function UniversalDApp (contracts, options) { ...@@ -5,7 +5,7 @@ function UniversalDApp (contracts, options) {
this.renderOutputModifier = options.renderOutputModifier || function(name, content) { return content; }; this.renderOutputModifier = options.renderOutputModifier || function(name, content) { return content; };
if (!options.vm && web3.currentProvider) { if (!options.vm && web3.currentProvider) {
console.log("Provider already set")
} else if (options.vm) { } else if (options.vm) {
this.vm = new EthVm(); this.vm = new EthVm();
//@todo this does not calculate the gas costs correctly but gets the job done. //@todo this does not calculate the gas costs correctly but gets the job done.
......
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