Skip to content

Commit

Permalink
cast removed var_dump() ..
Browse files Browse the repository at this point in the history
  • Loading branch information
“duck7000” committed Oct 8, 2023
1 parent eff3449 commit dd7c0a4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/Imdb/Title.php
Original file line number Diff line number Diff line change
Expand Up @@ -923,7 +923,6 @@ public function cast()
}
$img = str_replace('.jpg', '', $edge->node->name->primaryImage->url);
$imgUrl = $img . 'QL100_' . $orientation . '_CR' . $cropParameter . ',0,32,44_AL_.jpg';
var_dump($cropParameter);
}

$this->credits_cast[] = array(
Expand Down

0 comments on commit dd7c0a4

Please sign in to comment.