Revision: 71551
          http://sourceforge.net/p/brlcad/code/71551
Author:   starseeker
Date:     2018-08-21 15:46:31 +0000 (Tue, 21 Aug 2018)
Log Message:
-----------
remove debugging msgs.

Modified Paths:
--------------
    brlcad/trunk/src/libged/facetize.c

Modified: brlcad/trunk/src/libged/facetize.c
===================================================================
--- brlcad/trunk/src/libged/facetize.c  2018-08-21 15:44:35 UTC (rev 71550)
+++ brlcad/trunk/src/libged/facetize.c  2018-08-21 15:46:31 UTC (rev 71551)
@@ -1488,10 +1488,10 @@
        /* Regions will have a name mapping both to a new region comb AND a 
facetized
         * solid object - set up both names, and create the region combs */
        struct directory *n = (struct directory *)BU_PTBL_GET(ar, i);
-       bu_log("Region name generating for %s\n", n->d_namep);
+
        _ged_facetize_mkname(gedp, opts, n->d_namep, SOLID_OBJ_NAME);
 
-       /* Only generate a comb name if the "region" is actually a comb... 
+       /* Only generate a comb name if the "region" is actually a comb...
         * this may not be true for solids with no regions above them. */
        if ((n->d_flags & RT_DIR_COMB)) {
            _ged_facetize_mkname(gedp, opts, n->d_namep, COMB_OBJ_NAME);
@@ -1499,7 +1499,6 @@
     }
     for (i = 0; i < BU_PTBL_LEN(pc); i++) {
        struct directory *n = (struct directory *)BU_PTBL_GET(pc, i);
-       bu_log("Comb name generating for %s\n", n->d_namep);
        _ged_facetize_mkname(gedp, opts, n->d_namep, COMB_OBJ_NAME);
     }
 

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


------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
_______________________________________________
BRL-CAD Source Commits mailing list
brlcad-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/brlcad-commits

Reply via email to