revert accidental checkin of debug code

This commit is contained in:
David Rose 2004-12-17 23:09:57 +00:00
parent 8bbda67e2a
commit 66b4e26506

View File

@ -730,12 +730,6 @@ make_texture_layer(const NodePath &render,
geom.set_texture(stage_info._tex); geom.set_texture(stage_info._tex);
geom.node()->set_attrib(cba); geom.node()->set_attrib(cba);
if (grutil_cat.is_debug()) {
GeomNode *geom_node;
DCAST_INTO_V(geom_node, geom.node());
geom_node->write_verbose(grutil_cat.debug(), 0);
}
} }
//////////////////////////////////////////////////////////////////// ////////////////////////////////////////////////////////////////////