From 5164061f22375111be42ca8cbd78f96a05ae7bbb Mon Sep 17 00:00:00 2001 From: bingus_violet Date: Mon, 10 Jun 2024 19:30:56 -0500 Subject: [PATCH] revert aef8ce09386e0ce560e609a42b641f259c8bedd0 revert Remove debug line --- index.js | 1 + 1 file changed, 1 insertion(+) diff --git a/index.js b/index.js index a0aac8b..0a19ab8 100644 --- a/index.js +++ b/index.js @@ -210,6 +210,7 @@ async function downloadFromActivity(activity) { var fp = path.join(imgCache, fn) if (!cachedImages.imgs[url] || !fs.existsSync(path.join(imgCache, cachedImages.imgs[url].file))) { + console.log(fn) const response = await (await fetch(thumborURL + imgRes + thumborArgs + url)).arrayBuffer() fs.writeFileSync(fp, Buffer.from(response))