diff --git a/index.js b/index.js index 0a19ab8..a0aac8b 100644 --- a/index.js +++ b/index.js @@ -210,7 +210,6 @@ 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))