Skip to content

Commit

Permalink
remove debug
Browse files Browse the repository at this point in the history
  • Loading branch information
oberhamsi committed Oct 7, 2011
1 parent 1765bba commit 3b910ff
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion utils/qunit/qunit-canvas.js
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@ QUnit.extend( QUnit, {
}
}
var ratio = nonTransparent / count;
console.log(ratio);
QUnit.push(ratio < 0.08, actualString, expectedString, message);
}
});

0 comments on commit 3b910ff

Please sign in to comment.