Remove debug print.

This commit is contained in:
Andrew Tomaka 2011-10-14 05:29:23 -04:00
parent 19bb4c412f
commit afb499ca1f

View file

@ -104,7 +104,6 @@ function lastfm() {
$time = (isset($latestSong->attributes()->nowplaying) && (bool)$latestSong->attributes()->nowplaying) ?
0 : strtotime($latestSong->date . ' UTC');
print_r($time);
return array(
'song' => (string)$latestSong->name,