aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBardofSprites <[email protected]>2025-04-04 12:27:11 -0400
committerBardofSprites <[email protected]>2025-04-04 12:27:11 -0400
commitf9a7af16c077b89a3db907746d8e1f946b064b02 (patch)
treefbe568c6aa370707fc449f92a95a4fa0dd334bd2
parentb44a03de044ca07d84ce5c924a4c308ce5294174 (diff)
remove test function
-rw-r--r--bard-elisp/bard-calendar.el4
1 files changed, 0 insertions, 4 deletions
diff --git a/bard-elisp/bard-calendar.el b/bard-elisp/bard-calendar.el
index b32b9db..d14a133 100644
--- a/bard-elisp/bard-calendar.el
+++ b/bard-elisp/bard-calendar.el
@@ -9,10 +9,6 @@
(when (equal (org-get-todo-state) "DONE")
(org-clock-out)))
-(defun test-func ()
- (interactive)
- (message (org-get-todo-state)))
-
(defun bard/org-clock-report ()
(interactive)
(bard/new-org-buffer)