removing a debugging line (echo $variable)... I feel so lame :(
authorAntoine Musso <hashar@users.mediawiki.org>
Tue, 16 Mar 2004 02:27:42 +0000 (02:27 +0000)
committerAntoine Musso <hashar@users.mediawiki.org>
Tue, 16 Mar 2004 02:27:42 +0000 (02:27 +0000)
includes/Parser.php

index 3764a61..04cfc35 100644 (file)
@@ -591,7 +591,6 @@ class Parser
                # Every call to the tokenizer returns a new token.
                while ( $token = $tokenizer->nextToken() )
                {
-echo $token["type"]."<br>";
                        switch ( $token["type"] )
                        {
                                case "text":