Skip to content

Commit

Permalink
removed console.log from twitter.js #facepalm
Browse files Browse the repository at this point in the history
  • Loading branch information
imathis committed Sep 30, 2011
1 parent 579142c commit 898b149
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .themes/classic/source/javascripts/twitter.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ function prettyDate(time) {
if (navigator.appName === 'Microsoft Internet Explorer') {
return "<span>&infin;</span>"; // because IE date parsing isn't fun.
}
console.log(time);
var say = {
just_now: " now",
minute_ago: "1m",
Expand Down

0 comments on commit 898b149

Please sign in to comment.