Skip to content

Commit

Permalink
remove debug-logging
Browse files Browse the repository at this point in the history
  • Loading branch information
guFalcon committed Apr 5, 2024
1 parent 27003e0 commit b44ba7e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion obsidian.js
Original file line number Diff line number Diff line change
Expand Up @@ -752,7 +752,6 @@ async function getDirectoryListingInternal(req, files, folders) {
const subfolderFiles = files.filter(
(f, index) => f.folders.startsWith(folders) && index > i
);
console.log('recursive call', subfolderFiles, folders, file.folderArray.length);
html += await getDirectoryListingInternal(
req,
subfolderFiles,
Expand Down

0 comments on commit b44ba7e

Please sign in to comment.