[Groonga-commit] groonga/groonga at d3b2e51 [master] Remove debug print

Back to archive index
Kouhei Sutou null+****@clear*****
Wed Apr 17 21:19:13 JST 2019


Kouhei Sutou	2019-04-17 21:19:13 +0900 (Wed, 17 Apr 2019)

  Revision: d3b2e51a97729faf9565d0731bc1b29d1bf83952
  https://github.com/groonga/groonga/commit/d3b2e51a97729faf9565d0731bc1b29d1bf83952

  Message:
    Remove debug print

  Modified files:
    plugins/sharding/dynamic_columns.rb

  Modified: plugins/sharding/dynamic_columns.rb (+0 -3)
===================================================================
--- plugins/sharding/dynamic_columns.rb    2019-04-17 18:08:48 +0900 (e182ea39d)
+++ plugins/sharding/dynamic_columns.rb    2019-04-17 21:19:13 +0900 (18cc3a8bf)
@@ -196,14 +196,11 @@ module Groonga
       end
 
       def apply(table, options=nil)
-        pp [table, options, context_target?(options)]
         if context_target?(options)
           column = table.find_column(@label)
-          p column if column.is_a?(Accessor)
         else
           column = table.create_column(@label, @flags, @type)
         end
-        p column
         return if table.empty?
 
         condition = nil
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.osdn.me/mailman/archives/groonga-commit/attachments/20190417/15501f00/attachment.html>


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