浏览代码

revert accidental checkin

David Rose 18 年之前
父节点
当前提交
dce32e24e6
共有 1 个文件被更改,包括 0 次插入3 次删除
  1. 0 3
      panda/src/pgraph/cullPlanes.cxx

+ 0 - 3
panda/src/pgraph/cullPlanes.cxx

@@ -155,9 +155,6 @@ do_cull(int &result, CPT(RenderState) &state,
   Planes::const_iterator pi;
   Planes::const_iterator pi;
   for (pi = _planes.begin(); pi != _planes.end(); ++pi) {
   for (pi = _planes.begin(); pi != _planes.end(); ++pi) {
     int plane_result = (*pi).second->contains(node_gbv);
     int plane_result = (*pi).second->contains(node_gbv);
-    pgraph_cat.debug()
-      << "comparing " << *(*pi).second << " to " << *node_gbv
-      << ": " << hex << plane_result << dec << "\n";
     if (plane_result == BoundingVolume::IF_no_intersection) {
     if (plane_result == BoundingVolume::IF_no_intersection) {
       // The node is completely behind this clip plane.  Short-circuit
       // The node is completely behind this clip plane.  Short-circuit
       // the rest of the logic; none of the other planes matter.
       // the rest of the logic; none of the other planes matter.