Revision: 75775
          http://sourceforge.net/p/brlcad/code/75775
Author:   starseeker
Date:     2020-05-12 19:37:15 +0000 (Tue, 12 May 2020)
Log Message:
-----------
remove debug msg

Modified Paths:
--------------
    brlcad/trunk/src/libged/bot/extrude.cpp

Modified: brlcad/trunk/src/libged/bot/extrude.cpp
===================================================================
--- brlcad/trunk/src/libged/bot/extrude.cpp     2020-05-12 19:25:57 UTC (rev 
75774)
+++ brlcad/trunk/src/libged/bot/extrude.cpp     2020-05-12 19:37:15 UTC (rev 
75775)
@@ -154,7 +154,6 @@
 
        for (int j = 0; j < 3; j++) {
             VMOVE(pf[j], &bot->vertices[bot->faces[i*3+j]*3]);
-            bu_log("Face %zd point %d: %f %f %f\n", i, j, V3ARGS(pf[j]));
             VSCALE(pv1[j], n, bot->thickness[i]);
             VSCALE(pv2[j], n, -1*bot->thickness[i]);
         }

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