Skip to content

Commit

Permalink
Removed more console.logs.
Browse files Browse the repository at this point in the history
  • Loading branch information
natefrisch01 committed Jan 12, 2024
1 parent 41efdc6 commit 077e87c
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 11 deletions.
2 changes: 0 additions & 2 deletions main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -25,13 +25,11 @@ export default class GraphLinkTypesPlugin extends Plugin {

// @ts-ignore
this.registerEvent(this.app.metadataCache.on("dataview:index-ready", () => {
console.log("Index ready, drawing graph link types.");
this.handleLayoutChange();
}));

// @ts-ignore
this.registerEvent(this.app.metadataCache.on("dataview:metadata-change", () => {
console.log("New metadata, drawing graph link types.");
this.handleLayoutChange();
}));

Expand Down
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"id": "graph-link-types",
"name": "Graph Link Types",
"version": "0.2.1",
"version": "0.2.2",
"minAppVersion": "1.5.0",
"description": "Link types for Obsidian graph view.",
"author": "natefrisch01",
Expand Down
16 changes: 8 additions & 8 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 077e87c

Please sign in to comment.