Remove debug...

This commit is contained in:
2015-10-21 15:29:16 +02:00
parent cb6056ecd7
commit 9afa6fb833
2 changed files with 15 additions and 10 deletions

View File

@@ -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');
}