Changeset 7429


Ignore:
Timestamp:
05/15/10 15:19:23 (2 years ago)
Author:
MichaelTempest
Message:

Item2254: Revert debug code

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/WysiwygPlugin/lib/Foswiki/Plugins/WysiwygPlugin/HTML2TML/Node.pm

    r7428 r7429  
    241241    my ( $this, $opts ) = @_; 
    242242 
    243     print STDERR "Raw       [", WC::debugEncode($this->stringify()), "\n\n"; 
    244243    $this->cleanParseTree(); 
    245244 
    246     print STDERR "Cleaned   [", WC::debugEncode($this->stringify()), "]\n\n"; 
    247245    # Perform some transformations on the parse tree 
    248246    $this->_collapse(); 
    249247 
    250     print STDERR "Collapsed [", WC::debugEncode($this->stringify()), "]\n\n"; 
    251  
    252248    my ( $f, $text ) = $this->generate($opts); 
    253249 
    254250    # Debug support 
    255     print STDERR "\nConverted [".WC::debugEncode($text)."]\n"; 
     251    #print STDERR "Converted ",WC::debugEncode($text),"\n"; 
    256252 
    257253    # Move leading \n out of protected region. Delicate hack fix required to 
Note: See TracChangeset for help on using the changeset viewer.