From 206f55650e63ff2f3752e130c1aacc85bf3092b4 Mon Sep 17 00:00:00 2001 From: Josh Brewer Date: Wed, 19 Sep 2012 00:16:47 +0200 Subject: [PATCH] removing stray console.log's --- jquery.rm.js | 3 --- 1 file changed, 3 deletions(-) diff --git a/jquery.rm.js b/jquery.rm.js index 1776204..e94c643 100644 --- a/jquery.rm.js +++ b/jquery.rm.js @@ -82,8 +82,6 @@ scale.push(baseSize * multiplier); } - console.log("idealFontSize", baseSize) - console.log("scale", scale) return scale; } @@ -144,7 +142,6 @@ if (new Date - lastUpdateTime < minimumUpdateDelay) { // It's been less than minimumUpdateDelay milleseconds since the last time we updated; // wait a while so we don't overwhelm the browser. - console.log('too soon'); if (!nextUpdateTimer) { nextUpdateTimer = setTimeout(function() { nextUpdateTimer = null;