From 9afa6fb833f135c42e3593e4d17b9b2a6ef07cb1 Mon Sep 17 00:00:00 2001 From: Daniel Date: Wed, 21 Oct 2015 15:29:16 +0200 Subject: [PATCH] Remove debug... --- .idea/workspace.xml | 24 +++++++++++++++--------- app/routes.php | 1 - 2 files changed, 15 insertions(+), 10 deletions(-) diff --git a/.idea/workspace.xml b/.idea/workspace.xml index 1952396..75ea489 100644 --- a/.idea/workspace.xml +++ b/.idea/workspace.xml @@ -2,7 +2,6 @@ - @@ -102,8 +101,8 @@ - - + + @@ -465,12 +464,18 @@ - + @@ -478,7 +483,7 @@ - + @@ -533,7 +538,8 @@ - @@ -925,8 +931,8 @@ - - + + diff --git a/app/routes.php b/app/routes.php index bf57bfc..8e2ce42 100644 --- a/app/routes.php +++ b/app/routes.php @@ -24,7 +24,6 @@ Route::get('/', function() $tmdb = new TMDb(Config::get('constants.tvdb.apikey'), 'de', TRUE); foreach(array("top" => $mg[0], "neu" => $vorgeschlagen[0], "alt" => $gesehen[0]) as $key => $val) { $tmovie = $tmdb->getMovie($val->tvdbid); - dd($tmovie); $images[$key] = $tmdb->getImageUrl($tmovie['poster_path'], TMDb::IMAGE_POSTER, 'w342'); }