Skip to content

Commit

Permalink
Comment: Remove
Browse files Browse the repository at this point in the history
  • Loading branch information
alphapapa committed May 19, 2024
1 parent c76eb97 commit 8f8e6dd
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion magit-todos.el
Original file line number Diff line number Diff line change
Expand Up @@ -722,7 +722,6 @@ This function should be called from inside a ‘magit-status’ buffer."
(when (or magit-todos-update-remote
magit-todos-updating
(not (file-remote-p default-directory)))
;; Skip automatic scans of remote buffers if magit-todos-update-remote is unset.
(when magit-todos-active-scan
;; Avoid running multiple scans for a single magit-status buffer.
(let ((buffer (process-buffer magit-todos-active-scan)))
Expand Down

0 comments on commit 8f8e6dd

Please sign in to comment.