Skip to content

Commit

Permalink
Removed console log.
Browse files Browse the repository at this point in the history
  • Loading branch information
natefrisch01 committed Jan 29, 2024
1 parent 3336e78 commit 8ef3a89
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@ export default class GraphLinkTypesPlugin extends Plugin {

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

Expand Down

0 comments on commit 8ef3a89

Please sign in to comment.