We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9e233e1 commit c6fd420Copy full SHA for c6fd420
1 file changed
app/lib/file_handlers/base.rb
@@ -21,7 +21,6 @@ def priority
21
end
22
23
def can_load?(type)
24
- Rails.logger.warn "#{class_name}#can_load? #{type}"
25
type.in? INPUT_TYPES
26
27
memoize :can_load?
0 commit comments