Skip to content

Commit 8f543ed

Browse files
authored
Remove echo when a tag is unknown
1 parent 56eb310 commit 8f543ed

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/Svg/Document.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -353,8 +353,6 @@ private function _tagStart($parser, $name, $attributes)
353353
$this->stack[] = $tag;
354354

355355
$tag->handle($attributes);
356-
} else {
357-
echo "Unknown: '$name'\n";
358356
}
359357
}
360358

0 commit comments

Comments
 (0)