diff options
Diffstat (limited to 'org-fc-review.el')
-rw-r--r-- | org-fc-review.el | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/org-fc-review.el b/org-fc-review.el index d539439..eaa29cf 100644 --- a/org-fc-review.el +++ b/org-fc-review.el @@ -268,13 +268,6 @@ same ID as the current card in the session." "Suspend card and proceed to next." (interactive) (org-fc-suspend-card) - ;; Remove all other positions from review session - (with-slots (current-item cards) org-fc-review--session - (let ((id (plist-get current-item :id))) - (setf cards - (cl-remove-if - (lambda (card) - (string= id (plist-get card :id))) cards)))) (org-fc-review-reset) (org-fc-review-next-card)) |