Ignore:
Timestamp:
09/11/09 15:32:09 (3 years ago)
Author:
james
Message:

oops, left debug code in

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/plugins/en/output_REPEAT.tcl

    r1034 r1035  
    1717        if {[regexp -nocase "%REPEAT\{(.+?)\}" $line matches BOOM]} { 
    1818                set replacement [bMotionMakeRepeat $BOOM] 
    19                 putlog "replacement is $replacement" 
    2019                set location [string first $matches $line] 
    2120                if {$location == -1} { 
     
    2322                        return "" 
    2423                } 
    25                 putlog "location is $location" 
    26                 putlog "matches is $matches" 
    2724                set line [string replace $line $location [expr $location + [string length $matches] - 1] $replacement] 
    28                 putlog "line is now $line" 
    2925        } 
    3026        return $line 
Note: See TracChangeset for help on using the changeset viewer.