Skip to content

Commit

Permalink
Remove console.log.
Browse files Browse the repository at this point in the history
  • Loading branch information
threedaymonk committed Feb 17, 2011
1 parent edf95a7 commit 9c5f2d9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion public/main.js
Expand Up @@ -73,7 +73,6 @@ var UI = {
var elem = $('#cc li:last-child');
var maxHeight = $('html').outerHeight();
var delta = maxHeight - (elem.offset().top + elem.outerHeight());
console.log(delta);
if (delta < 0) {
var a = (delta < -200) ? 10 : 1;
$('html').css('font-size', (fontSize - a) + 'px');
Expand Down

0 comments on commit 9c5f2d9

Please sign in to comment.