From afb499ca1f4e5f4d01c53790831799d6b6225e69 Mon Sep 17 00:00:00 2001 From: atomaka Date: Fri, 14 Oct 2011 05:29:23 -0400 Subject: [PATCH] Remove debug print. --- cronjobs/index_data.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/cronjobs/index_data.php b/cronjobs/index_data.php index 2927b82..63c4ad4 100644 --- a/cronjobs/index_data.php +++ b/cronjobs/index_data.php @@ -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,