mirror of
https://github.com/moparisthebest/www.moparscape.org
synced 2024-12-24 08:28:59 -05:00
removed console.log from twitter.js #facepalm
This commit is contained in:
parent
579142c28b
commit
898b149dda
@ -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",
|
||||
|
Loading…
Reference in New Issue
Block a user