Skip to content

Commit

Permalink
console.log removed
Browse files Browse the repository at this point in the history
  • Loading branch information
Samuel Furter committed Jan 25, 2019
1 parent ecc2be5 commit 3dd6251
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,6 @@ export default class GetBlockMethod extends AbstractCallMethod {
}

this.parameters[0] = this.formatters.inputBlockNumberFormatter(this.parameters[0]);
console.log(this.parameters);

// Optional second parameter 'returnTransactionObjects' could also be the callback
if (isFunction(this.parameters[1])) {
Expand Down

0 comments on commit 3dd6251

Please sign in to comment.