Skip to content

Commit

Permalink
Removing what seems to be an uneeded call to determine_y_axis_scale i…
Browse files Browse the repository at this point in the history
…n the RcovGchartGrapher
  • Loading branch information
jscruggs committed Jan 27, 2010
1 parent 5c0cf91 commit 990a7f4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/graphs/engines/gchart.rb
Expand Up @@ -66,7 +66,6 @@ def graph!

class RcovGchartGrapher < RcovGrapher
def graph!
determine_y_axis_scale(self.rcov_percent)
url = Gchart.line(
:size => GCHART_GRAPH_SIZE,
:title => URI.escape("Rcov: code coverage"),
Expand Down

0 comments on commit 990a7f4

Please sign in to comment.