aboutsummaryrefslogtreecommitdiffhomepage
path: root/contrib
diff options
context:
space:
mode:
authorGravatar markwalters1009 <markwalters1009@gmail.com>2012-11-29 10:04:34 +0000
committerGravatar David Bremner <bremner@debian.org>2012-12-01 08:15:45 -0400
commit859b8ed7916f51de5b7ac74ae151acc58747d148 (patch)
tree380c30510eea325af8316999623550aad4dc3219 /contrib
parente504b56f24c291199d835aefcdb7bbb6809e8266 (diff)
contrib: pick: remove some debug timing messages
When I submitted notmuch-pick I deleted most of the debug messages but I missed two cases. Remove them now.
Diffstat (limited to 'contrib')
-rw-r--r--contrib/notmuch-pick/notmuch-pick.el6
1 files changed, 1 insertions, 5 deletions
diff --git a/contrib/notmuch-pick/notmuch-pick.el b/contrib/notmuch-pick/notmuch-pick.el
index db2a7cb9..ada9af7c 100644
--- a/contrib/notmuch-pick/notmuch-pick.el
+++ b/contrib/notmuch-pick/notmuch-pick.el
@@ -807,8 +807,6 @@ Complete list of currently available key bindings:
(message-arg "--entire-thread"))
(if (equal (car (process-lines notmuch-command "count" search-args)) "0")
(setq search-args basic-query))
- (message "starting parser %s"
- (format-time-string "%r"))
(if notmuch-pick-asynchronous-parser
(let ((proc (start-process
"notmuch-pick" buffer
@@ -831,9 +829,7 @@ Complete list of currently available key bindings:
(list "--body=false" message-arg search-args)))
(save-excursion
(goto-char (point-max))
- (insert "End of search results.\n"))
- (message "sync parser finished %s"
- (format-time-string "%r"))))))
+ (insert "End of search results.\n"))))))
(defun notmuch-pick (&optional query query-context buffer-name show-first-match)