We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3336e78 commit 8ef3a89Copy full SHA for 8ef3a89
src/main.ts
@@ -33,7 +33,6 @@ export default class GraphLinkTypesPlugin extends Plugin {
33
34
// @ts-ignore
35
this.registerEvent(this.app.metadataCache.on("dataview:index-ready", () => {
36
- console.log("Index Ready");
37
this.indexReady = true;
38
}));
39
0 commit comments