[Groonga-commit] groonga/groonga at 16be2a0 [master] mrb: remove debug prints

Back to archive index

Kouhei Sutou null+****@clear*****
Fri Dec 26 00:25:20 JST 2014


Kouhei Sutou	2014-12-26 00:25:20 +0900 (Fri, 26 Dec 2014)

  New Revision: 16be2a0bd658246614d7e15ae5bdac951dbf41ca
  https://github.com/groonga/groonga/commit/16be2a0bd658246614d7e15ae5bdac951dbf41ca

  Message:
    mrb: remove debug prints

  Modified files:
    lib/mrb/scripts/table_cursor.rb

  Modified: lib/mrb/scripts/table_cursor.rb (+0 -2)
===================================================================
--- lib/mrb/scripts/table_cursor.rb    2014-12-26 00:24:38 +0900 (6132679)
+++ lib/mrb/scripts/table_cursor.rb    2014-12-26 00:25:20 +0900 (a1f1801)
@@ -3,8 +3,6 @@ module Groonga
     def each
       loop do
         id = self.next
-        p [id]
-        p Groonga::ID::NIL
         return if id == Groonga::ID::NIL
         yield(id)
       end
-------------- next part --------------
HTML����������������������������...
Télécharger 



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