Revision: 77116
          http://sourceforge.net/p/brlcad/code/77116
Author:   starseeker
Date:     2020-09-13 00:41:55 +0000 (Sun, 13 Sep 2020)
Log Message:
-----------
Turn off debug printing for RtImage.tcl

Modified Paths:
--------------
    brlcad/branches/RELEASE/src/tclscripts/lib/RtImage.tcl

Modified: brlcad/branches/RELEASE/src/tclscripts/lib/RtImage.tcl
===================================================================
--- brlcad/branches/RELEASE/src/tclscripts/lib/RtImage.tcl      2020-09-13 
00:32:36 UTC (rev 77115)
+++ brlcad/branches/RELEASE/src/tclscripts/lib/RtImage.tcl      2020-09-13 
00:41:55 UTC (rev 77116)
@@ -111,7 +111,7 @@
            lappend cmd $obj
        }
 
-       puts "RT (with fullcolor): $cmd"
+       #puts "RT (with fullcolor): $cmd"
 
        #
        # Run rt to generate the color insert
@@ -165,7 +165,7 @@
                }
 
                # !!! FIXME: this runs rt in regress-D ...
-               puts "RTEDGE (with fullcolor): $cmd"
+               #puts "RTEDGE (with fullcolor): $cmd"
                
                #
                # Run rtedge to generate the full-color with edges
@@ -205,7 +205,7 @@
            lappend cmd $obj
        }
 
-       puts "RT (ghosted): $cmd"
+       #puts "RT (ghosted): $cmd"
 
        #
        # Run rt to generate the full-color version of the ghost image
@@ -228,7 +228,7 @@
            lappend cmd $obj
        }
 
-       puts "RT (occluded): $cmd"
+       #puts "RT (occluded): $cmd"
        
        #
        # Run rt to generate the full-color version of the occlude_objects 
(i.e. color and ghost)
@@ -295,7 +295,7 @@
            lappend cmd $obj
        }
 
-       puts "RTEDGE: $cmd"
+       #puts "RTEDGE: $cmd"
        
        #
        # Run rtedge to generate the full-color version of the ghost image

This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.



_______________________________________________
BRL-CAD Source Commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/brlcad-commits

Reply via email to