]> git.cworth.org Git - sup/commitdiff
pretty up logging by removing the two messages that occur between ncurses starting...
authorwmorgan <wmorgan@5c8cc53c-5e98-4d25-b20a-d8db53a31250>
Mon, 12 Nov 2007 18:17:25 +0000 (18:17 +0000)
committerwmorgan <wmorgan@5c8cc53c-5e98-4d25-b20a-d8db53a31250>
Mon, 12 Nov 2007 18:17:25 +0000 (18:17 +0000)
git-svn-id: svn://rubyforge.org/var/svn/sup/trunk@694 5c8cc53c-5e98-4d25-b20a-d8db53a31250

bin/sup
lib/sup/logger.rb

diff --git a/bin/sup b/bin/sup
index 9da75d798314c2ef7aaae3e9b206a110576d8a3f..b1ca4c02d50220ee602c83447124a747e04cff42 100644 (file)
--- a/bin/sup
+++ b/bin/sup
@@ -115,7 +115,6 @@ begin
   log "starting curses"
   start_cursing
 
-  log "initializing colormap"
   Colormap.new do |c|
     c.add :status_color, Ncurses::COLOR_WHITE, Ncurses::COLOR_BLUE, Ncurses::A_BOLD
     c.add :index_old_color, Ncurses::COLOR_WHITE, Ncurses::COLOR_BLACK
@@ -161,7 +160,6 @@ begin
     c.add :search_highlight_color, Ncurses::COLOR_BLACK, Ncurses::COLOR_YELLOW, Ncurses::A_BOLD, :highlight => :search_highlight_color
   end
 
-  log "initializing buffer manager"
   bm = BufferManager.new
 
   log "initializing mail index buffer"
index 9be6c73ad650506c7e9e4d59b337175c4fb79b74..ebdeebe74dc67369342680c2d5a07f56ecadeb34 100644 (file)
@@ -51,3 +51,4 @@ class Logger
 end
 
 end
+