diff --git a/src/Utils/Utils.ts b/src/Utils/Utils.ts index e47971b7..070224a0 100644 --- a/src/Utils/Utils.ts +++ b/src/Utils/Utils.ts @@ -2,7 +2,7 @@ import NoteToolbarPlugin from "main"; import { App, MarkdownView, PaneType, Platform, TFile } from "obsidian"; import { ComponentType, ItemType, ToolbarSettings, Visibility } from "Settings/NoteToolbarSettings"; -const DEBUG: boolean = true; +const DEBUG: boolean = false; /** * Adds the given component to the given visibility prop.