From 44f1c573a9a4ef918bfe560b1700a43e6a916c24 Mon Sep 17 00:00:00 2001 From: idinium96 <47635037+idinium96@users.noreply.github.com> Date: Mon, 30 May 2022 14:03:50 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=97=91=20remove=20error=20log?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- index.js | 1 - 1 file changed, 1 deletion(-) diff --git a/index.js b/index.js index b8d5311..64c3bc0 100644 --- a/index.js +++ b/index.js @@ -1504,7 +1504,6 @@ function getAllArchivedListings(skip, headers, token, archivedListings, callback }) .catch(err => { if (err) { - console.error(err); return callback(err); } });