Skip to content
This repository has been archived by the owner on Jul 7, 2020. It is now read-only.

Commit

Permalink
Remove some debugging output
Browse files Browse the repository at this point in the history
  • Loading branch information
iain committed Jan 22, 2012
1 parent 6353a82 commit 3e71be0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/models/airbrake/chart.rb
Expand Up @@ -71,7 +71,7 @@ def iterations
:color => cycle('rgba(100, 100, 210, 0.1)', 'rgba(255, 255, 255, 0.0)'), :color => cycle('rgba(100, 100, 210, 0.1)', 'rgba(255, 255, 255, 0.0)'),
:label => { :text => "#{iteration.number}" } :label => { :text => "#{iteration.number}" }
} }
end.tap { |x| p "*" * 100; p x } end
end end


def cycle(*values) def cycle(*values)
Expand Down

0 comments on commit 3e71be0

Please sign in to comment.