unofficial mirror of notmuch@notmuchmail.org
 help / color / mirror / code / Atom feed
* [PATCH] contrib: pick: remove some debug timing messages
@ 2012-11-29 10:04 markwalters1009
  2012-12-01 12:26 ` David Bremner
  0 siblings, 1 reply; 2+ messages in thread
From: markwalters1009 @ 2012-11-29 10:04 UTC (permalink / raw)
  To: notmuch

When I submitted notmuch-pick I deleted most of the debug messages but
I missed two cases. Remove them now.
---

 contrib/notmuch-pick/notmuch-pick.el |    6 +-----
 1 files changed, 1 insertions(+), 5 deletions(-)

diff --git a/contrib/notmuch-pick/notmuch-pick.el b/contrib/notmuch-pick/notmuch-pick.el
index db2a7cb..ada9af7 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)
-- 
1.7.9.1

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] contrib: pick: remove some debug timing messages
  2012-11-29 10:04 [PATCH] contrib: pick: remove some debug timing messages markwalters1009
@ 2012-12-01 12:26 ` David Bremner
  0 siblings, 0 replies; 2+ messages in thread
From: David Bremner @ 2012-12-01 12:26 UTC (permalink / raw)
  To: markwalters1009, notmuch

markwalters1009 <markwalters1009@gmail.com> writes:

> When I submitted notmuch-pick I deleted most of the debug messages but
> I missed two cases. Remove them now.

Pushed,

d

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2012-12-01 12:26 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-11-29 10:04 [PATCH] contrib: pick: remove some debug timing messages markwalters1009
2012-12-01 12:26 ` David Bremner

Code repositories for project(s) associated with this public inbox

	https://yhetil.org/notmuch.git/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).