Remove debugging output for date parsing (causes too many messages when scanning cvs logs)

This commit is contained in:
Steve Purcell 2012-09-15 13:13:55 +01:00
parent e0a41b0e9e
commit 3c4546c6e8

View file

@ -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))))