Remove obsolete debugging output

This commit is contained in:
Daniel - 2020-01-05 11:57:43 +01:00
parent bd65533b97
commit cf14629099
No known key found for this signature in database
GPG Key ID: 1C7071A75BB72D64
1 changed files with 0 additions and 1 deletions

View File

@ -28,7 +28,6 @@ the new one instead."
(user-error "File %s does not exist or is not readable; not setting %s."
value symbol)
(require 'org)
(message "Adding: %s" value)
(with-current-buffer (find-file-noselect value)
(org-agenda-file-to-front 'to-end)))))