Remove debug line
This commit is contained in:
parent
5af82414ea
commit
aef8ce0938
1 changed files with 0 additions and 1 deletions
1
index.js
1
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))
|
||||
|
|
Loading…
Reference in a new issue