[Groonga-commit] droonga/fluent-plugin-droonga at 766820a [master] Remove debug prints for watch from adapter

Back to archive index

Yoji Shidara null+****@clear*****
Wed Oct 16 13:41:56 JST 2013


Yoji Shidara	2013-10-16 13:41:56 +0900 (Wed, 16 Oct 2013)

  New Revision: 766820a8342831a56f82a6726a52a6fc878938cd
  https://github.com/droonga/fluent-plugin-droonga/commit/766820a8342831a56f82a6726a52a6fc878938cd

  Message:
    Remove debug prints for watch from adapter

  Modified files:
    lib/droonga/adapter.rb

  Modified: lib/droonga/adapter.rb (+0 -3)
===================================================================
--- lib/droonga/adapter.rb    2013-10-16 12:25:52 +0900 (6732d13)
+++ lib/droonga/adapter.rb    2013-10-16 13:41:56 +0900 (38b832d)
@@ -64,19 +64,16 @@ module Droonga
 
     command "watch.feed" => :feed
     def feed(request)
-      puts "adapter received #{request}"
       broadcast_all(request)
     end
 
     command "watch.subscribe" => :subscribe
     def subscribe(request)
-      puts "adapter received #{request}"
       broadcast_all(request)
     end
 
     command "watch.unsubscribe" => :unsubscribe
     def unsubscribe(request)
-      puts "adapter received #{request}"
       broadcast_all(request)
     end
 
-------------- next part --------------
HTML����������������������������...
Download 



More information about the Groonga-commit mailing list
Back to archive index