[Groonga-commit] droonga/fluent-plugin-droonga at 129e095 [master] Remove debug print

Back to archive index

Kouhei Sutou null+****@clear*****
Fri Apr 11 17:57:05 JST 2014


Kouhei Sutou	2014-04-11 17:57:05 +0900 (Fri, 11 Apr 2014)

  New Revision: 129e0953faf2feeb6aa879510229f60c11a45e1a
  https://github.com/droonga/fluent-plugin-droonga/commit/129e0953faf2feeb6aa879510229f60c11a45e1a

  Message:
    Remove debug print

  Modified files:
    lib/droonga/schema_applier.rb

  Modified: lib/droonga/schema_applier.rb (+0 -1)
===================================================================
--- lib/droonga/schema_applier.rb    2014-04-11 17:11:22 +0900 (ef60f9b)
+++ lib/droonga/schema_applier.rb    2014-04-11 17:57:05 +0900 (cd9d050)
@@ -100,7 +100,6 @@ module Droonga
         :default_tokenizer => table.tokenizer,
         :normalizer => table.normalizer,
       }
-      p [table.name, options]
       schema.create_table(table.name, options) do |table_definition|
         each_column(table) do |column|
           next unless normal_column?(column)
-------------- next part --------------
HTML����������������������������...
Download 



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