From d54d9ef1a482190f382ba115dfdd2fda5cea5984 Mon Sep 17 00:00:00 2001 From: Ivan Malison Date: Thu, 31 Aug 2023 00:45:02 -0600 Subject: [PATCH] [org-window-habit] Remove noisy logging --- dotfiles/emacs.d/load.d/org-window-habit.el | 8 -------- 1 file changed, 8 deletions(-) diff --git a/dotfiles/emacs.d/load.d/org-window-habit.el b/dotfiles/emacs.d/load.d/org-window-habit.el index 35d8907e..be0e8658 100644 --- a/dotfiles/emacs.d/load.d/org-window-habit.el +++ b/dotfiles/emacs.d/load.d/org-window-habit.el @@ -586,14 +586,6 @@ :end-index end-index :reverse t) for interval-has-completion = (not (eq reschedule-start-index reschedule-end-index)) - do - (message - "h: %s %s %s %s %s" - interval-has-completion - old-completions - actual-completions - (org-window-habit-show-time-string start-time) - (org-window-habit-show-time-string end-time)) until (and (not interval-has-completion) (< expected-completions required)) for (new-start-time new-end-time) = (org-window-habit-advance-window habit start-time end-time)