REF remove dead code

This commit is contained in:
Nathan Dwarshuis 2022-05-22 17:58:52 -04:00
parent cfc944e213
commit 225ad0efbc
1 changed files with 1 additions and 3 deletions

View File

@ -1665,9 +1665,7 @@ denoted by CUR-KEY with any errors that are found."
;; TODO what about repeaters? ;; TODO what about repeaters?
(-when-let (sched (org-x-dag-adjlist-id-planning-datetime (-when-let (sched (org-x-dag-adjlist-id-planning-datetime
adjlist :scheduled id)) adjlist :scheduled id))
(when (and ;;(org-x-dag-date<= week-start sched) (when (and (not (org-x-dag-adjlist-id-done-p adjlist id))
;;(org-x-dag-date<= sched week-end)
(not (org-x-dag-adjlist-id-done-p adjlist id))
committed-ids) committed-ids)
(->> q-committed (->> q-committed
(--filter (-intersection committed-ids (cdr it))) (--filter (-intersection committed-ids (cdr it)))