Skip to content

Commit

Permalink
Remove console log
Browse files Browse the repository at this point in the history
  • Loading branch information
SebastienGllmt committed Sep 21, 2020
1 parent 98c15e5 commit ea843cd
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/api.js
Expand Up @@ -85,7 +85,6 @@ const askTransactionHistory = async (
};

for(const response of unfilteredResponses) {
console.log(response);
// filter by limit after and until
const creationHeight = response.inclusionHeight;
if (creationHeight <= afterNum) {
Expand Down

0 comments on commit ea843cd

Please sign in to comment.