Remove large log

This commit is contained in:
KernelDeimos
2024-04-20 07:23:26 -04:00
parent cf5c62bcfc
commit 58b83c27f2

View File

@@ -49,12 +49,12 @@ class HLReadDir extends HLFilesystemOperation {
await child.fetchSubdomains(user);
}
const fs = require('fs');
fs.appendFileSync('/tmp/children.log',
JSON.stringify({
no_thumbs,
no_assocs,
entry: child.entry,
}) + '\n');
// fs.appendFileSync('/tmp/children.log',
// JSON.stringify({
// no_thumbs,
// no_assocs,
// entry: child.entry,
// }) + '\n');
return await child.getSafeEntry({ thumbnail: ! no_thumbs });
}));
}