Skip to content
This repository has been archived by the owner on Mar 7, 2023. It is now read-only.

Commit

Permalink
chore(Labels): remove log statement
Browse files Browse the repository at this point in the history
  • Loading branch information
Sjors committed Apr 6, 2017
1 parent fa32b1b commit 7cf2950
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/labels.js
Original file line number Diff line number Diff line change
Expand Up @@ -190,8 +190,6 @@ class Labels {
assert(Helpers.isPositiveInteger(receiveIndex), 'Address not found');
}

console.log('receiveIndex: ', receiveIndex);

if (!Helpers.isValidLabel(label)) {
return Promise.reject('NOT_ALPHANUMERIC');
}
Expand Down

0 comments on commit 7cf2950

Please sign in to comment.