Skip to content
This repository was archived by the owner on Jul 28, 2025. It is now read-only.

Commit 5ec708d

Browse files
committed
remove logs
1 parent adefcd0 commit 5ec708d

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
@@ -348,7 +348,6 @@ export default class DBFolderPlugin extends Plugin {
348348
});
349349
return;
350350
}
351-
console.log('file-menu');
352351
if (
353352
!Platform.isMobile &&
354353
file instanceof TFile &&
@@ -367,7 +366,6 @@ export default class DBFolderPlugin extends Plugin {
367366
}
368367
return false;
369368
});
370-
console.log('haveDatabaseView', haveDatabaseView);
371369
if (!haveDatabaseView) {
372370
menu.addItem((item) => {
373371
item

0 commit comments

Comments
 (0)