From ea843cd34e8374edca019dd65ca0c34965453842 Mon Sep 17 00:00:00 2001 From: Sebastien Guillemot Date: Mon, 21 Sep 2020 16:39:32 +0900 Subject: [PATCH] Remove console log --- src/api.js | 1 - 1 file changed, 1 deletion(-) 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) {