Skip to content

Commit df4e0ba

Browse files
committed
fix: remove a console.log statement
1 parent 9a86156 commit df4e0ba

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/main.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,6 @@ export default class FileExplorerPlusPlugin extends Plugin {
2222
this.app.workspace.onLayoutReady(() => {
2323
this.patchFileExplorer();
2424
this.getFileExplorer()?.requestSort();
25-
26-
console.log(this.app.workspace.getLeavesOfType("file-explorer")?.first());
2725
});
2826

2927
this.app.workspace.on("layout-change", () => {

0 commit comments

Comments
 (0)