From 9c5f2d9f40e57dd2bbcedef92e32373deda25a38 Mon Sep 17 00:00:00 2001 From: Paul Battley Date: Thu, 17 Feb 2011 13:43:39 +0000 Subject: [PATCH] Remove console.log. --- public/main.js | 1 - 1 file changed, 1 deletion(-) diff --git a/public/main.js b/public/main.js index d7bf01a..000dd6f 100644 --- a/public/main.js +++ b/public/main.js @@ -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');