removed console.log

This commit is contained in:
Fabian Vogelsteller 2015-10-23 12:34:15 +02:00
parent 32b7ee5020
commit 6df0cd6e2e
7 changed files with 5 additions and 8 deletions

View File

@ -1,3 +1,3 @@
ethereum:web3@0.14.0
ethereum:web3@0.14.1
meteor@1.1.9
underscore@1.0.4

1
dist/web3-light.js vendored
View File

@ -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

1
dist/web3.js vendored
View File

@ -3927,7 +3927,6 @@ SolidityFunction.prototype.call = function () {
if (!callback) {
console.log(this);
var output = this._eth.call(payload, defaultBlock);
return this.unpackOutput(output);
}

4
dist/web3.js.map vendored

File diff suppressed because one or more lines are too long

2
dist/web3.min.js vendored

File diff suppressed because one or more lines are too long

View File

@ -109,7 +109,6 @@ SolidityFunction.prototype.call = function () {
if (!callback) {
console.log(this);
var output = this._eth.call(payload, defaultBlock);
return this.unpackOutput(output);
}