Skip to content

Commit

Permalink
Item2254: Revert debug code
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.foswiki.org/trunk@7429 0b4bb1d4-4e5a-0410-9cc4-b2b747904278
  • Loading branch information
MichaelTempest authored and MichaelTempest committed May 15, 2010
1 parent 138380e commit 993e2f1
Showing 1 changed file with 1 addition and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -240,19 +240,15 @@ generate TML)
sub rootGenerate {
my ( $this, $opts ) = @_;

print STDERR "Raw [", WC::debugEncode($this->stringify()), "\n\n";
$this->cleanParseTree();

print STDERR "Cleaned [", WC::debugEncode($this->stringify()), "]\n\n";
# Perform some transformations on the parse tree
$this->_collapse();

print STDERR "Collapsed [", WC::debugEncode($this->stringify()), "]\n\n";

my ( $f, $text ) = $this->generate($opts);

# Debug support
print STDERR "\nConverted [".WC::debugEncode($text)."]\n";
#print STDERR "Converted ",WC::debugEncode($text),"\n";

# Move leading \n out of protected region. Delicate hack fix required to
# maintain Foswiki variables at the start of lines.
Expand Down

0 comments on commit 993e2f1

Please sign in to comment.