remove console log

pull/1/head
d11e9 9 years ago
parent d56f79d484
commit 292d87d4d8
  1. 2
      assets/js/universal-dapp.js

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

Loading…
Cancel
Save