From: Antoine Musso Date: Tue, 16 Mar 2004 02:27:42 +0000 (+0000) Subject: removing a debugging line (echo $variable)... I feel so lame :( X-Git-Tag: 1.3.0beta1~785 X-Git-Url: http://git.cyclocoop.org/%28?a=commitdiff_plain;h=9f7012d8e9f0e31fe460f62948330e52d9ed93cc;p=lhc%2Fweb%2Fwiklou.git removing a debugging line (echo $variable)... I feel so lame :( --- diff --git a/includes/Parser.php b/includes/Parser.php index 3764a612f4..04cfc35dad 100644 --- a/includes/Parser.php +++ b/includes/Parser.php @@ -591,7 +591,6 @@ class Parser # Every call to the tokenizer returns a new token. while ( $token = $tokenizer->nextToken() ) { -echo $token["type"]."
"; switch ( $token["type"] ) { case "text":