Remove debug print.
This commit is contained in:
parent
19bb4c412f
commit
afb499ca1f
1 changed files with 1 additions and 2 deletions
|
@ -103,8 +103,7 @@ function lastfm() {
|
||||||
'img/lastfm/blank_album64.png' : (string)$latestSong->image[1];
|
'img/lastfm/blank_album64.png' : (string)$latestSong->image[1];
|
||||||
$time = (isset($latestSong->attributes()->nowplaying) && (bool)$latestSong->attributes()->nowplaying) ?
|
$time = (isset($latestSong->attributes()->nowplaying) && (bool)$latestSong->attributes()->nowplaying) ?
|
||||||
0 : strtotime($latestSong->date . ' UTC');
|
0 : strtotime($latestSong->date . ' UTC');
|
||||||
|
|
||||||
print_r($time);
|
|
||||||
|
|
||||||
return array(
|
return array(
|
||||||
'song' => (string)$latestSong->name,
|
'song' => (string)$latestSong->name,
|
||||||
|
|
Loading…
Reference in a new issue