Changeset 4921


Ignore:
Timestamp:
Jan 12, 2015, 12:37:05 PM (10 years ago)
Author:
ldelgass
Message:

remove debug print in xyresult

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/1.3/gui/scripts/xyresult.tcl

    r4918 r4921  
    249249    }
    250250    if { $color == "auto" || $color == "autoreset" } {
    251         if { $color == "autoreset" } {
    252 puts stderr "autoreset _nextColorIndex=$_nextColorIndex"
     251#        if { $color == "autoreset" } {
    253252#            set _nextColorIndex 0
    254         }
     253#        }
    255254        set color [lindex $itk_option(-autocolors) $_nextColorIndex]
    256255        if { "" == $color} {
Note: See TracChangeset for help on using the changeset viewer.