Rakefile in instana-1.5.0 vs Rakefile in instana-1.5.1

- old
+ new

@@ -39,11 +39,9 @@ ENV['INSTANA_GEM_DEV'] = 'true' Bundler.require(:default, :development) end task :console => :environment do - # Possible debug levels: :agent, :agent_comm, :trace, :agent_response, :tracing - # ::Instana.logger.debug_level = [ :agent, :agent_comm ] ARGV.clear Pry.start end task :default => :spec