Changeset 2397 for trunk/gui


Ignore:
Timestamp:
Aug 19, 2011 12:59:01 AM (13 years ago)
Author:
ldelgass
Message:

Disable debug writing of incoming images to disk

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/gui/scripts/vtkviewer.tcl

    r2394 r2397  
    1515package require BLT
    1616#package require Img
    17                                        
     17
    1818option add *VtkViewer.width 4i widgetDefault
    1919option add *VtkViewer*cursor crosshair widgetDefault
     
    715715    ReceiveEcho <<line "<read $info(-bytes) bytes"
    716716    if { $info(-type) == "image" } {
    717         if 1 {
     717        if 0 {
    718718            set f [open "last.ppm" "w"]
    719719            puts $f $bytes
Note: See TracChangeset for help on using the changeset viewer.