diff options
author | Kyle Meyer <kyle@kyleam.com> | 2014-05-01 21:52:04 -0400 |
---|---|---|
committer | Kyle Meyer <kyle@kyleam.com> | 2014-05-01 21:52:04 -0400 |
commit | 3373cf447a5fe7faddc7ee1bac451fa6a8cfee26 (patch) | |
tree | 64d7ad4bd72c6e6baa26f1c860978651260447c7 /bog.el | |
parent | ba516aab5bdb2bd897a59a4c486229318799807c (diff) | |
download | bog-3373cf447a5fe7faddc7ee1bac451fa6a8cfee26.tar.gz |
Remove leftover debugging message
Diffstat (limited to 'bog.el')
-rw-r--r-- | bog.el | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -327,7 +327,6 @@ The citekey will be taken from the text under point if it matches (staged-file-names (-map 'file-name-nondirectory staged-files)) (num-choices (length staged-file-names)) staged-file) - (message "choices: %s" num-choices) (cond ((= 0 num-choices) (setq staged-file (org-iread-file-name "Select file to rename: "))) |