Skip to content

Commit

Permalink
refactor: Uncommented console.log
Browse files Browse the repository at this point in the history
Signed-off-by: ivaylogarnev-limechain <[email protected]>
  • Loading branch information
ivaylogarnev-limechain committed Sep 30, 2024
1 parent 4569c72 commit 99abc75
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions mirrorNodeClient.js
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,7 @@ class MirrorNodeClient {
return response.data;
}
} catch (error) {
// Uncomment if you want to see the error message
// console.log(error);
console.error(error);
}

// If the array is empty, delay for a second before the next try
Expand Down

0 comments on commit 99abc75

Please sign in to comment.