Skip to content

Commit

Permalink
πŸ—‘ remove error log
Browse files Browse the repository at this point in the history
  • Loading branch information
idinium96 committed May 30, 2022
1 parent 430e4ce commit 44f1c57
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -1504,7 +1504,6 @@ function getAllArchivedListings(skip, headers, token, archivedListings, callback
})
.catch(err => {
if (err) {
console.error(err);
return callback(err);
}
});
Expand Down

0 comments on commit 44f1c57

Please sign in to comment.