Skip to content

Commit 077e87c

Browse files
committed
Removed more console.logs.
1 parent 41efdc6 commit 077e87c

File tree

3 files changed

+9
-11
lines changed

3 files changed

+9
-11
lines changed

main.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,13 +25,11 @@ export default class GraphLinkTypesPlugin extends Plugin {
2525

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

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

manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"id": "graph-link-types",
33
"name": "Graph Link Types",
4-
"version": "0.2.1",
4+
"version": "0.2.2",
55
"minAppVersion": "1.5.0",
66
"description": "Link types for Obsidian graph view.",
77
"author": "natefrisch01",

package-lock.json

Lines changed: 8 additions & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)