diff --git a/src/universal-dapp.js b/src/universal-dapp.js index 380fead9bf..3bf6fc3500 100644 --- a/src/universal-dapp.js +++ b/src/universal-dapp.js @@ -432,7 +432,6 @@ UniversalDApp.prototype.getCallButton = function (args) { if (lookupOnly) { contractProperty.classList.add(css.constant) button.setAttribute('title', (title + ' - call')) - call(false) } if (args.funABI.inputs && args.funABI.inputs.length > 0) {