diff --git a/ParserKrokiTag.php b/ParserKrokiTag.php index fd487a6..e34e2b8 100644 --- a/ParserKrokiTag.php +++ b/ParserKrokiTag.php @@ -134,10 +134,6 @@ class ParserKrokiTag { $input = $parser->getStripState()->unstripNoWiki( $input ?? '' ); - if($input != null) { - echo $input; - } - $html = $tag->buildHtmlInline( (string)$input, $args ); self::addTagMetadata( $parser->getOutput(), $parser->getPage(), $parser->getOptions()->getIsPreview() ); return $html;