From 260125da3e0555eccce4b6f4581c5c4575903d03 Mon Sep 17 00:00:00 2001 From: Miquel Sabaté Solà Date: Tue, 12 Mar 2019 20:48:27 +0100 Subject: emacs: removed debugging statement MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Miquel Sabaté Solà --- emacs/init.org | 1 - 1 file changed, 1 deletion(-) (limited to 'emacs/init.org') diff --git a/emacs/init.org b/emacs/init.org index 02650c3..9386843 100644 --- a/emacs/init.org +++ b/emacs/init.org @@ -1654,7 +1654,6 @@ user will be prompted to provide it." (unless profile (setq profile (completing-read "Give me the profile: " (mapcar 'car mssola-org-profiles) nil t))) - (message "%s" profile) (funcall (cdr (assoc profile mssola-org-profiles)))) (defun mssola-org-default () -- cgit v1.2.3