diff --git a/lib/sinatra/base.rb b/lib/sinatra/base.rb index 64e0d01170..20ff0b418d 100644 --- a/lib/sinatra/base.rb +++ b/lib/sinatra/base.rb @@ -1924,7 +1924,6 @@ class #{self.class} # inherit all settings, routes, handlers, and error pages from the # top-level. Subclassing Sinatra::Base is highly recommended for # modular applications. - class Application < Base set :logging, Proc.new { !test? } set :method_override, true