[org-window-habit] Remove noisy logging

This commit is contained in:
Ivan Malison 2023-08-31 11:55:50 -06:00
parent 652fcc9f02
commit 33ccb09d26

View File

@ -585,15 +585,6 @@
:end-index end-index :end-index end-index
:reverse t) :reverse t)
for interval-has-completion = (not (eq reschedule-start-index reschedule-end-index)) for interval-has-completion = (not (eq reschedule-start-index reschedule-end-index))
do
(message
"h: %s %s %s %s %s %s"
interval-has-completion
actual-completions
(org-window-habit-show-time-string reschedule-start-time)
(org-window-habit-show-time-string start-time)
(org-window-habit-show-time-string end-time)
reschedule-decrement-plist)
until (and (not interval-has-completion) (< expected-completions required)) until (and (not interval-has-completion) (< expected-completions required))
for (new-start-time new-end-time) = for (new-start-time new-end-time) =
(org-window-habit-advance-window habit start-time end-time) (org-window-habit-advance-window habit start-time end-time)