From 9f7012d8e9f0e31fe460f62948330e52d9ed93cc Mon Sep 17 00:00:00 2001 From: Antoine Musso Date: Tue, 16 Mar 2004 02:27:42 +0000 Subject: [PATCH] removing a debugging line (echo $variable)... I feel so lame :( --- includes/Parser.php | 1 - 1 file changed, 1 deletion(-) 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": -- 2.20.1