From 61fb81f125e45a9b98eb80a04210a4c267e526f9 Mon Sep 17 00:00:00 2001 From: Jens Frank Date: Wed, 4 Aug 2004 20:04:54 +0000 Subject: [PATCH] Removed debug output --- includes/Parser.php | 1 - 1 file changed, 1 deletion(-) diff --git a/includes/Parser.php b/includes/Parser.php index c25acecadc..f6b1b270f1 100644 --- a/includes/Parser.php +++ b/includes/Parser.php @@ -821,7 +821,6 @@ class Parser $text = $this->removeHTMLtags( $text ); $text = $this->replaceVariables( $text, $args ); - print $text; $text = preg_replace( '/(^|\n)-----*/', '\\1
', $text ); -- 2.20.1