Skip to content

Commit

Permalink
chore: turn off console debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisgurney committed Mar 26, 2024
1 parent d6650e5 commit 4e60cb7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import { DEFAULT_SETTINGS, ToolbarSettings, ToolbarItemSettings, NoteToolbarSett
export default class NoteToolbarPlugin extends Plugin {

settings: NoteToolbarSettings;
public DEBUG: boolean = true;
public DEBUG: boolean = false;

/**
* When this plugin is loaded (e.g., on Obsidian startup, or plugin is enabled in settings):
Expand Down

0 comments on commit 4e60cb7

Please sign in to comment.