Skip to content

Commit

Permalink
remove trace
Browse files Browse the repository at this point in the history
  • Loading branch information
pzupan committed Jan 17, 2020
1 parent 90e3846 commit 27ffadf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/helpers/extensions_helper.rb
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@ def compilation_status(extension, job_ids)
jobs_retrying << job
when :complete
complete += 1
puts status
# puts status
when :failed, :interrupted
failed += 1
jobs_failed << job
Expand Down

0 comments on commit 27ffadf

Please sign in to comment.