derp. remove puts-es
This commit is contained in:
parent
647bc585cc
commit
164b395f06
1 changed files with 0 additions and 3 deletions
|
|
@ -13,9 +13,6 @@ class ApplicationController < ActionController::Base
|
|||
before_filter :set_git_header if (AppConfig[:git_update] && AppConfig[:git_revision])
|
||||
before_filter :set_grammatical_gender
|
||||
|
||||
before_filter do
|
||||
puts params.inspect
|
||||
end
|
||||
prepend_before_filter :clear_gc_stats
|
||||
|
||||
inflection_method :grammatical_gender => :gender
|
||||
|
|
|
|||
Loading…
Reference in a new issue