mirror of https://github.com/status-im/web3.js.git
removed console.log
This commit is contained in:
parent
32b7ee5020
commit
6df0cd6e2e
|
@ -1,3 +1,3 @@
|
|||
ethereum:web3@0.14.0
|
||||
ethereum:web3@0.14.1
|
||||
meteor@1.1.9
|
||||
underscore@1.0.4
|
||||
|
|
|
@ -3927,7 +3927,6 @@ SolidityFunction.prototype.call = function () {
|
|||
|
||||
|
||||
if (!callback) {
|
||||
console.log(this);
|
||||
var output = this._eth.call(payload, defaultBlock);
|
||||
return this.unpackOutput(output);
|
||||
}
|
||||
|
|
File diff suppressed because one or more lines are too long
|
@ -3927,7 +3927,6 @@ SolidityFunction.prototype.call = function () {
|
|||
|
||||
|
||||
if (!callback) {
|
||||
console.log(this);
|
||||
var output = this._eth.call(payload, defaultBlock);
|
||||
return this.unpackOutput(output);
|
||||
}
|
||||
|
|
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
|
@ -109,7 +109,6 @@ SolidityFunction.prototype.call = function () {
|
|||
|
||||
|
||||
if (!callback) {
|
||||
console.log(this);
|
||||
var output = this._eth.call(payload, defaultBlock);
|
||||
return this.unpackOutput(output);
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue