From 01191cc6c6bedcb5c23e62484bb57c04b96de5d6 Mon Sep 17 00:00:00 2001 From: dimon Date: Thu, 24 Apr 2025 11:43:40 +0000 Subject: [PATCH] Update ParserKrokiTag.php --- ParserKrokiTag.php | 4 ---- 1 file changed, 4 deletions(-) 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;