Skip to content

Commit

Permalink
remove stray debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
rbuels committed Feb 21, 2013
1 parent 6b25246 commit cc5bbca
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/JBrowse/View/Track/Wiggle/XYPlot.js
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,6 @@ var XYPlot = declare( [WiggleBase, YScaleMixin],
this.getGlobalStats( dojo.hitch( this, function( stats ) {
if( ('scoreMean' in stats) && ('scoreStdDev' in stats) ) {
var drawVarianceBand = function( plusminus, fill, label ) {
console.log( fill );
context.fillStyle = fill;
var varTop = toY( stats.scoreMean + plusminus );
var varHeight = toY( stats.scoreMean - plusminus ) - varTop;
Expand Down

0 comments on commit cc5bbca

Please sign in to comment.