Remove debug call

This commit is contained in:
Chris Barrett
2022-10-19 18:58:26 +13:00
parent 56f6f467fe
commit b0d8be11b0

View File

@@ -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)
(let ((repo-a (magit-toplevel (f-dirname from)))
(repo-b (magit-toplevel (f-dirname to))))
(debug repo-a repo-b)
;; Ensure the file is tracked by git.
(magit-call-git "add" (magit-convert-filename-for-git from))