]> git.cworth.org Git - sup/blobdiff - lib/sup/mbox/ssh-file.rb
Merge branch 'xapian-updates'
[sup] / lib / sup / mbox / ssh-file.rb
index d47463692e07bedce205e4c3527f87f345c528c6..4ae4bbadf6f875b8655dbe5b461bca2b31afef22 100644 (file)
@@ -16,12 +16,6 @@ class SSHFileError < StandardError; end
 ## all of the methods here can throw SSHFileErrors, SocketErrors,
 ## Net::SSH::Exceptions and Errno::ENOENTs.
 
-## debugging TODO: remove me
-def debug s
-  Redwood::log s
-end
-module_function :debug
-
 ## a simple buffer of contiguous data
 class Buffer
   def initialize
@@ -154,7 +148,7 @@ private
   ## TODO: share this code with imap
   def say s
     @say_id = BufferManager.say s, @say_id if BufferManager.instantiated?
-    Redwood::log s
+    info s
   end
 
   def shutup