mirror of
https://github.com/chrisbarrett/nursery
synced 2025-08-17 13:33:32 -05:00
Remove debug call
This commit is contained in:
@@ -141,7 +141,6 @@ Adapted from `magit-file-rename', but with the git actions stripped out."
|
|||||||
(defun org-roam-slipbox--rename-file-with-magit (from to)
|
(defun org-roam-slipbox--rename-file-with-magit (from to)
|
||||||
(let ((repo-a (magit-toplevel (f-dirname from)))
|
(let ((repo-a (magit-toplevel (f-dirname from)))
|
||||||
(repo-b (magit-toplevel (f-dirname to))))
|
(repo-b (magit-toplevel (f-dirname to))))
|
||||||
(debug repo-a repo-b)
|
|
||||||
|
|
||||||
;; Ensure the file is tracked by git.
|
;; Ensure the file is tracked by git.
|
||||||
(magit-call-git "add" (magit-convert-filename-for-git from))
|
(magit-call-git "add" (magit-convert-filename-for-git from))
|
||||||
|
Reference in New Issue
Block a user