removed console.log from twitter.js #facepalm

This commit is contained in:
Brandon Mathis 2011-09-29 19:58:53 -05:00
parent 579142c28b
commit 898b149dda
1 changed files with 0 additions and 1 deletions

View File

@ -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",