From 292d87d4d86b97899bd49aea8ce41f0b4c21be6a Mon Sep 17 00:00:00 2001 From: d11e9 Date: Tue, 27 Oct 2015 13:55:08 +0000 Subject: [PATCH] remove console log --- assets/js/universal-dapp.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/assets/js/universal-dapp.js b/assets/js/universal-dapp.js index 8c3f1da277..dcd05d38a2 100644 --- a/assets/js/universal-dapp.js +++ b/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.