Revision: 75388
          http://sourceforge.net/p/brlcad/code/75388
Author:   starseeker
Date:     2020-04-14 12:03:39 +0000 (Tue, 14 Apr 2020)
Log Message:
-----------
Cherrypick r75387 - disable logging messages during brep prep.

Modified Paths:
--------------
    brlcad/branches/RELEASE/src/librt/primitives/brep/brep.cpp

Property Changed:
----------------
    brlcad/branches/RELEASE/

Index: brlcad/branches/RELEASE
===================================================================
--- brlcad/branches/RELEASE     2020-04-14 12:01:55 UTC (rev 75387)
+++ brlcad/branches/RELEASE     2020-04-14 12:03:39 UTC (rev 75388)

Property changes on: brlcad/branches/RELEASE
___________________________________________________________________
Modified: svn:mergeinfo
## -6,4 +6,4 ##
 /brlcad/branches/opencl:65867-66137
 /brlcad/branches/osg:62110-62113
 /brlcad/branches/prep-cache:68236-68933
-/brlcad/trunk:36844-37285,37571-38764,38777-38845,41559-43155,43159-43908,44241-44324,44326-44385,44710-45373,45377,45379-47342,47370-68122,68125-74976,74981,75056,75325,75375,75377-75378
\ No newline at end of property
+/brlcad/trunk:36844-37285,37571-38764,38777-38845,41559-43155,43159-43908,44241-44324,44326-44385,44710-45373,45377,45379-47342,47370-68122,68125-74976,74981,75056,75325,75375,75377-75378,75387
\ No newline at end of property
Modified: brlcad/branches/RELEASE/src/librt/primitives/brep/brep.cpp
===================================================================
--- brlcad/branches/RELEASE/src/librt/primitives/brep/brep.cpp  2020-04-14 
12:01:55 UTC (rev 75387)
+++ brlcad/branches/RELEASE/src/librt/primitives/brep/brep.cpp  2020-04-14 
12:03:39 UTC (rev 75388)
@@ -528,10 +528,10 @@
 
     ON_TextLog err(stderr);
     if (!bs->brep->IsValid(&err)) {
-       bu_log("brep is NOT valid\n");
+       //bu_log("brep is NOT valid\n");
     } else {
        bs->is_solid = bs->brep->IsSolid();
-       bu_log("brep %s solid\n", (bs->is_solid) ? "is" : "is NOT");
+       //bu_log("brep %s solid\n", (bs->is_solid) ? "is" : "is NOT");
     }
 
     //start = bu_gettime();

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