Skip to content

Commit

Permalink
Name class spouse() removed debug info
Browse files Browse the repository at this point in the history
  • Loading branch information
“duck7000” committed Dec 16, 2024
1 parent 9aea8ba commit 44203d5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/Imdb/Name.php
Original file line number Diff line number Diff line change
Expand Up @@ -548,7 +548,6 @@ public function spouse()
$comment = null;
$children = 0;
if (!empty($spouse->attributes)) {
var_dump($spouse->attributes);
foreach ($spouse->attributes as $key => $attribute) {
if (!empty($attribute->text)) {
if (stripos($attribute->text, "child") !== false) {
Expand Down

0 comments on commit 44203d5

Please sign in to comment.