From: Jens Frank Date: Wed, 4 Aug 2004 20:04:54 +0000 (+0000) Subject: Removed debug output X-Git-Tag: 1.5.0alpha1~2517 X-Git-Url: https://git.cyclocoop.org/%7B%24admin_url%7Dmembres/modifier.php?a=commitdiff_plain;h=61fb81f125e45a9b98eb80a04210a4c267e526f9;p=lhc%2Fweb%2Fwiklou.git Removed debug output --- 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 );