From cae935c7dc60288ee383d0710b380e0f2e5d430b Mon Sep 17 00:00:00 2001 From: Chris Gurney Date: Sun, 20 Oct 2024 16:41:28 -0400 Subject: [PATCH] chore: infra for script support --- src/Utils/Utils.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.