]> git.cworth.org Git - sup/commitdiff
whoopsie! left in a debugging output file
authorwmorgan <wmorgan@5c8cc53c-5e98-4d25-b20a-d8db53a31250>
Thu, 4 Jan 2007 02:05:17 +0000 (02:05 +0000)
committerwmorgan <wmorgan@5c8cc53c-5e98-4d25-b20a-d8db53a31250>
Thu, 4 Jan 2007 02:05:17 +0000 (02:05 +0000)
git-svn-id: svn://rubyforge.org/var/svn/sup/trunk@165 5c8cc53c-5e98-4d25-b20a-d8db53a31250

lib/sup/buffer.rb

index 891303e41053dd65a053d36f8a605ae8b8f28679..35cf9ae55198c4bfa5f8e3cbaed27d314df4d18f 100644 (file)
@@ -217,7 +217,6 @@ class BufferManager
     if true
       buf = @buffers.last
       buf.resize Ncurses.rows - minibuf_lines, Ncurses.cols
-      File.open("asdf.txt", "a") { |f| f.puts "dirty #@dirty, (re)drawing #{buf.mode.name}" }
       @dirty ? buf.draw : buf.redraw
     end