diff options
author | Brandon Mathis <brandon@imathis.com> | 2011-09-29 19:58:53 -0500 |
---|---|---|
committer | Brandon Mathis <brandon@imathis.com> | 2011-09-29 19:59:06 -0500 |
commit | 898b149dda088ef18832f04bd005acf7efc995d3 (patch) | |
tree | 84a1db03e33e1a733e18e23492c862511fd6b65b /.themes | |
parent | 579142c28b498cdfda5c1c2ae87da737846097ae (diff) | |
download | my_new_personal_website-898b149dda088ef18832f04bd005acf7efc995d3.tar.xz my_new_personal_website-898b149dda088ef18832f04bd005acf7efc995d3.zip |
removed console.log from twitter.js #facepalm
Diffstat (limited to '.themes')
-rw-r--r-- | .themes/classic/source/javascripts/twitter.js | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/.themes/classic/source/javascripts/twitter.js b/.themes/classic/source/javascripts/twitter.js index 27afb43e..c9b7519d 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 "<span>∞</span>"; // because IE date parsing isn't fun. } - console.log(time); var say = { just_now: " now", minute_ago: "1m", |