Revision: 55868
          http://sourceforge.net/p/brlcad/code/55868
Author:   phoenixyjll
Date:     2013-06-27 08:35:08 +0000 (Thu, 27 Jun 2013)
Log Message:
-----------
Remove the debug message.

Modified Paths:
--------------
    brlcad/trunk/src/libbrep/test_curve_intersect.cpp

Modified: brlcad/trunk/src/libbrep/test_curve_intersect.cpp
===================================================================
--- brlcad/trunk/src/libbrep/test_curve_intersect.cpp   2013-06-27 07:04:18 UTC 
(rev 55867)
+++ brlcad/trunk/src/libbrep/test_curve_intersect.cpp   2013-06-27 08:35:08 UTC 
(rev 55868)
@@ -106,7 +106,7 @@
     polyA.GetNurbForm(*curveA);
     polyB.GetNurbForm(*curveB);
     test_cci(curveA, curveB);
-    bu_log("%lf %lf %lf %lf\n", curveA->Domain().Min(), 
curveA->Domain().Max(), curveB->Domain().Min(), curveB->Domain().Max());
+
     delete curveA;
     delete curveB;
 

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


------------------------------------------------------------------------------
This SF.net email is sponsored by Windows:

Build for Windows Store.

http://p.sf.net/sfu/windows-dev2dev
_______________________________________________
BRL-CAD Source Commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/brlcad-commits

Reply via email to