forked from colonelpanic/dotfiles
[org-window-habit] Remove noisy logging
This commit is contained in:
parent
652fcc9f02
commit
33ccb09d26
@ -585,15 +585,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 %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))
|
||||
for (new-start-time new-end-time) =
|
||||
(org-window-habit-advance-window habit start-time end-time)
|
||||
|
Loading…
Reference in New Issue
Block a user