Navigation Menu

Skip to content

Commit

Permalink
Remove debug print
Browse files Browse the repository at this point in the history
  • Loading branch information
kou committed Apr 11, 2014
1 parent d3e30f5 commit 129e095
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/droonga/schema_applier.rb
Expand Up @@ -100,7 +100,6 @@ def create_table(schema, table)
: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)
Expand Down

0 comments on commit 129e095

Please sign in to comment.