mirror of
https://github.com/correl/melpa.git
synced 2024-11-14 19:19:32 +00:00
Remove debugging output for date parsing (causes too many messages when scanning cvs logs)
This commit is contained in:
parent
e0a41b0e9e
commit
3c4546c6e8
1 changed files with 0 additions and 1 deletions
|
@ -69,7 +69,6 @@
|
|||
|
||||
(defun pb/parse-time (str)
|
||||
"Parse STR as a time, and format as a YYYYMMDD.HHMM string."
|
||||
(message (format "%s\n" (substring-no-properties str)))
|
||||
;; We remove zero-padding the HH portion, as it is lost
|
||||
;; when stored in the archive-contents
|
||||
(let ((time (date-to-time (substring-no-properties str))))
|
||||
|
|
Loading…
Reference in a new issue