From a935dc0e97e94adc36100731826ba92628e8b3e4 Mon Sep 17 00:00:00 2001 From: Erallie <31375589+Erallie@users.noreply.github.com> Date: Fri, 13 Dec 2024 14:47:51 -0700 Subject: [PATCH] Removed unnecessary console log --- main.ts | 3 --- 1 file changed, 3 deletions(-) diff --git a/main.ts b/main.ts index 2b7da61..771cad4 100644 --- a/main.ts +++ b/main.ts @@ -451,9 +451,6 @@ class TimestampModal extends Modal { void plugin.saveSettings(); } - else { - console.log('got here') - } modal.close();