diff --git a/.scripts/fetchFolders.js b/.scripts/fetchFolders.js index 8a300ceb..7b39eabf 100644 --- a/.scripts/fetchFolders.js +++ b/.scripts/fetchFolders.js @@ -28,7 +28,7 @@ async function fetchFolders() { } function generateJSONFile(folders) { - const content = JSON.stringify(folders, null, 2); + // const content = JSON.stringify(folders, null, 2); const outputPath = path.join(__dirname, 'static', 'folderList.json'); const outputDir = path.dirname(outputPath);