Revision: 56635
          http://sourceforge.net/p/brlcad/code/56635
Author:   n_reed
Date:     2013-08-06 18:35:44 +0000 (Tue, 06 Aug 2013)
Log Message:
-----------
remove debug prints

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

Modified: brlcad/trunk/src/librt/primitives/brep/brep.cpp
===================================================================
--- brlcad/trunk/src/librt/primitives/brep/brep.cpp     2013-08-06 18:02:10 UTC 
(rev 56634)
+++ brlcad/trunk/src/librt/primitives/brep/brep.cpp     2013-08-06 18:35:44 UTC 
(rev 56635)
@@ -3544,14 +3544,6 @@
            ON_Xform xform(mat);
 
            if (!xform.IsIdentity()) {
-               bu_log("Applying transformation matrix....\n");
-               for (int row=0;row<4;row++) {
-                   bu_log("%d - ", row);
-                   for (int col=0;col<4;col++) {
-                       bu_log(" %5f", xform.m_xform[row][col]);
-                   }
-                   bu_log("\n");
-               }
                bi->brep->Transform(xform);
            }
        }

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


------------------------------------------------------------------------------
Get 100% visibility into Java/.NET code with AppDynamics Lite!
It's a free troubleshooting tool designed for production.
Get down to code-level detail for bottlenecks, with <2% overhead. 
Download for free and get started troubleshooting in minutes. 
http://pubads.g.doubleclick.net/gampad/clk?id=48897031&iu=/4140/ostg.clktrk
_______________________________________________
BRL-CAD Source Commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/brlcad-commits

Reply via email to