Skip to content

Commit

Permalink
refactor: remove console log statement
Browse files Browse the repository at this point in the history
  • Loading branch information
FlorianWoelki committed Dec 21, 2021
1 parent e949389 commit 8c68bc6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/util.ts
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,6 @@ export const addInheritanceIconToFile = (
fileExplorers.forEach((fileExplorer) => {
if (registeredFileExplorers.has(fileExplorer)) {
const fileItem = fileExplorer.view.fileItems[filePath];
console.log(fileItem);
if (fileItem) {
const iconNode = fileItem.titleEl.createDiv();
iconNode.classList.add('obsidian-icon-folder-icon');
Expand Down

0 comments on commit 8c68bc6

Please sign in to comment.