diff --git a/src/api.js b/src/api.js index 0908afc..ddd1aec 100644 --- a/src/api.js +++ b/src/api.js @@ -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) {