Skip to content

Commit

Permalink
fix: remove log from image component
Browse files Browse the repository at this point in the history
  • Loading branch information
valentine195 committed Jan 6, 2022
1 parent 9058218 commit 876abbc
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/view/ui/Image.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
import type { App, TFile } from "obsidian";
export let monster: Monster;
console.log("🚀 ~ file: Image.svelte ~ line 8 ~ monster", monster);
export let item: ImageItem;
const plugin = getContext<StatBlockPlugin>("plugin");
Expand Down

0 comments on commit 876abbc

Please sign in to comment.