Remove debug line
This commit is contained in:
parent
456795e0d9
commit
fc8dc40cf0
1 changed files with 0 additions and 1 deletions
|
@ -283,7 +283,6 @@ function socketeer() {
|
||||||
|
|
||||||
if (!cachedImages[url]) {
|
if (!cachedImages[url]) {
|
||||||
const response = await (await fetch(thumborURL + "200x200/" + thumborArgs + url)).arrayBuffer()
|
const response = await (await fetch(thumborURL + "200x200/" + thumborArgs + url)).arrayBuffer()
|
||||||
console.log(url)
|
|
||||||
fs.writeFileSync(fp, Buffer.from(response))
|
fs.writeFileSync(fp, Buffer.from(response))
|
||||||
|
|
||||||
cachedImages[url] = fn
|
cachedImages[url] = fn
|
||||||
|
|
Loading…
Reference in a new issue