Ignore:
Timestamp:
Apr 9, 2014 5:58:55 PM (10 years ago)
Author:
ldelgass
Message:

Disable debug prints

File:
1 edited

Legend:

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

    r4216 r4335  
    20482048itcl::body Rappture::VtkVolumeViewer::ReceiveLegend { colormap title vmin vmax size } {
    20492049    set _legendPending 0
    2050     puts stderr "ReceiveLegend colormap=$colormap title=$title range=$vmin,$vmax size=$size"
     2050    #puts stderr "ReceiveLegend colormap=$colormap title=$title range=$vmin,$vmax size=$size"
    20512051    if { [IsConnected] } {
    20522052        set bytes [ReceiveBytes $size]
     
    22542254            set x [expr $x1 + [winfo rootx $itk_component(view)]]
    22552255            set y [expr $y2 + [winfo rooty $itk_component(view)]]
    2256             puts stderr "combo x=$x y=$y"
     2256            #puts stderr "combo x=$x y=$y"
    22572257            tk_popup $itk_component(fieldmenu) $x $y
    22582258        }
Note: See TracChangeset for help on using the changeset viewer.