Commit bb6b793c authored by Mike Wyatt's avatar Mike Wyatt

Don't log backtrace in Asana service

parent cf4ccdda
...@@ -118,7 +118,6 @@ http://app.asana.com/-/account_api' ...@@ -118,7 +118,6 @@ http://app.asana.com/-/account_api'
end end
rescue => e rescue => e
Rails.logger.error(e.message) Rails.logger.error(e.message)
Rails.logger.error(e.backtrace.join("\n"))
next next
end end
end end
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment