Revision: 48430
          http://brlcad.svn.sourceforge.net/brlcad/?rev=48430&view=rev
Author:   bob1961
Date:     2012-01-11 19:55:38 +0000 (Wed, 11 Jan 2012)
Log Message:
-----------
run 5, CID 2041. Removed the offending debug statement.

Modified Paths:
--------------
    brlcad/trunk/src/librt/primitives/nmg/nmg_eval.c

Modified: brlcad/trunk/src/librt/primitives/nmg/nmg_eval.c
===================================================================
--- brlcad/trunk/src/librt/primitives/nmg/nmg_eval.c    2012-01-11 19:33:30 UTC 
(rev 48429)
+++ brlcad/trunk/src/librt/primitives/nmg/nmg_eval.c    2012-01-11 19:55:38 UTC 
(rev 48430)
@@ -260,11 +260,6 @@
 
     /* Remove loops/edges/vertices that appear more than once in result */
     nmg_rm_redundancies(sA, tol);
-
-    if (rt_g.NMG_debug & DEBUG_BOOLEVAL) {
-       bu_log("nmg_evaluate_boolean(sA=x%x, sB=x%x, op=%d) END\n",
-              sA, sB, op);
-    }
 }
 
 

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


------------------------------------------------------------------------------
Ridiculously easy VDI. With Citrix VDI-in-a-Box, you don't need a complex
infrastructure or vast IT resources to deliver seamless, secure access to
virtual desktops. With this all-in-one solution, easily deploy virtual 
desktops for less than the cost of PCs and save 60% on VDI infrastructure 
costs. Try it free! http://p.sf.net/sfu/Citrix-VDIinabox
_______________________________________________
BRL-CAD Source Commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/brlcad-commits

Reply via email to