Browse Source

Remove large log

KernelDeimos 1 year ago
parent
commit
58b83c27f2
1 changed files with 6 additions and 6 deletions
  1. 6 6
      packages/backend/src/filesystem/hl_operations/hl_readdir.js

+ 6 - 6
packages/backend/src/filesystem/hl_operations/hl_readdir.js

@@ -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 });
         }));
     }