Merge branch 'master' into 3112-report-bug
[arvados.git] / apps / workbench / app / controllers / actions_controller.rb
index 952f9dca518e81062bc56bd473ce79a9c95317e2..939cac34ffa312a1485929f77c00d53d08811fda 100644 (file)
@@ -187,8 +187,7 @@ class ActionsController < ApplicationController
   end
 
   def report_issue
-    $stderr.puts "Issue being reported with these parameters: #{params.inspect}"
-    logger.warn "Issue being reported with these parameters: #{params.inspect}"
+    logger.warn "report_issue: #{params.inspect}"
 
     respond_to do |format|
       IssueReporter.send_report(current_user, params).deliver