1
0
Fork 0

Remove debug print.

This commit is contained in:
Andrew Tomaka 2011-10-14 05:29:23 -04:00
parent 19bb4c412f
commit afb499ca1f
1 changed files with 1 additions and 2 deletions

View File

@ -103,8 +103,7 @@ function lastfm() {
'img/lastfm/blank_album64.png' : (string)$latestSong->image[1];
$time = (isset($latestSong->attributes()->nowplaying) && (bool)$latestSong->attributes()->nowplaying) ?
0 : strtotime($latestSong->date . ' UTC');
print_r($time);
return array(
'song' => (string)$latestSong->name,