diff options
| -rw-r--r-- | emacs/init.org | 1 |
1 files changed, 0 insertions, 1 deletions
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 () |
