Skip to content

Commit 8ef3a89

Browse files
committed
Removed console log.
1 parent 3336e78 commit 8ef3a89

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/main.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,6 @@ export default class GraphLinkTypesPlugin extends Plugin {
3333

3434
// @ts-ignore
3535
this.registerEvent(this.app.metadataCache.on("dataview:index-ready", () => {
36-
console.log("Index Ready");
3736
this.indexReady = true;
3837
}));
3938

0 commit comments

Comments
 (0)