From b0d8be11b0fda701dd2b5292f4bee0eb72c7cd69 Mon Sep 17 00:00:00 2001 From: Chris Barrett Date: Wed, 19 Oct 2022 18:58:26 +1300 Subject: [PATCH] Remove debug call --- lisp/org-roam-slipbox.el | 1 - 1 file changed, 1 deletion(-) diff --git a/lisp/org-roam-slipbox.el b/lisp/org-roam-slipbox.el index ae2edf4..b25d532 100644 --- a/lisp/org-roam-slipbox.el +++ b/lisp/org-roam-slipbox.el @@ -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))