From 898b149dda088ef18832f04bd005acf7efc995d3 Mon Sep 17 00:00:00 2001 From: Brandon Mathis Date: Thu, 29 Sep 2011 19:58:53 -0500 Subject: [PATCH] removed console.log from twitter.js #facepalm --- .themes/classic/source/javascripts/twitter.js | 1 - 1 file changed, 1 deletion(-) diff --git a/.themes/classic/source/javascripts/twitter.js b/.themes/classic/source/javascripts/twitter.js index 27afb43..c9b7519 100644 --- a/.themes/classic/source/javascripts/twitter.js +++ b/.themes/classic/source/javascripts/twitter.js @@ -6,7 +6,6 @@ function prettyDate(time) { if (navigator.appName === 'Microsoft Internet Explorer') { return ""; // because IE date parsing isn't fun. } - console.log(time); var say = { just_now: " now", minute_ago: "1m",