[org-window-habit] Remove noisy logging

This commit is contained in:
Ivan Malison 2023-08-31 00:45:02 -06:00
parent 047e85203a
commit d54d9ef1a4

View File

@ -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)