mirror of
https://github.com/HeyPuter/puter.git
synced 2026-02-22 06:30:00 -06:00
Remove large log
This commit is contained in:
@@ -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 });
|
||||
}));
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user