From c87a49d7ccb624eee273007d65e2decf2088b765 Mon Sep 17 00:00:00 2001 From: Esteban Date: Tue, 26 Jan 2021 18:49:35 -0500 Subject: [PATCH] Remove console.log left behind Happens to the best of us. --- lib/Amazon.js | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/Amazon.js b/lib/Amazon.js index 84bbb0a..cc8448e 100644 --- a/lib/Amazon.js +++ b/lib/Amazon.js @@ -141,7 +141,6 @@ class AmazonScraper { ...(this.getProxy ? { proxy: `http://${this.getProxy}/` } : {}), }; - console.log(options); try { const response = await rp(options); setTimeout(() => {