forgot to remove log lol
This commit is contained in:
parent
ac4aa31a3b
commit
38651429db
1 changed files with 0 additions and 1 deletions
|
@ -255,7 +255,6 @@ function socketeer() {
|
|||
|
||||
if (!cachedImages[url]) {
|
||||
const response = await (await fetch(thumborURL + "128x128/" + url)).arrayBuffer()
|
||||
console.log(thumborURL + url)
|
||||
fs.writeFileSync(fp, Buffer.from(response))
|
||||
|
||||
cachedImages[url] = fn
|
||||
|
|
Loading…
Reference in a new issue