From: William Morgan Date: Sun, 6 Sep 2009 13:37:08 +0000 (-0400) Subject: remove debugging statements X-Git-Url: https://git.notmuchmail.org/git?a=commitdiff_plain;h=3111f9fff6ce291d1f89a46716420a8a23fb3bf0;p=sup remove debugging statements --- diff --git a/lib/sup/modes/line-cursor-mode.rb b/lib/sup/modes/line-cursor-mode.rb index 51a5913..c7c6b9a 100644 --- a/lib/sup/modes/line-cursor-mode.rb +++ b/lib/sup/modes/line-cursor-mode.rb @@ -19,7 +19,6 @@ class LineCursorMode < ScrollMode @load_more_thread = ::Thread.new do while true e = @load_more_q.pop - debug "calling callbacks on #{e.inspect}" @load_more_callbacks.each { |c| c.call e } end end @@ -29,7 +28,6 @@ class LineCursorMode < ScrollMode def cleanup @load_more_thread.kill - debug "killing thread" super end