Remove debug print.
This commit is contained in:
parent
19bb4c412f
commit
afb499ca1f
1 changed files with 1 additions and 2 deletions
|
@ -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,
|
||||
|
|
Loading…
Reference in a new issue