OSG : removing annoying log

git-svn-id: https://svn.code.sf.net/p/speed-dreams/code/trunk@5345 30fe4595-0a0c-4342-8851-515496e4dcbd

Former-commit-id: 8be82507387e688f334d6b33ef9e175128b9cfc1
Former-commit-id: b8d66ea43c2510c43bad1aac3986a5857057e21a
This commit is contained in:
rvlander 2013-03-22 20:08:32 +00:00
parent d915903d9f
commit babc7b4ec2

View file

@ -40,7 +40,7 @@ public:
{
osg::Vec3 e;
cam.getUserValue("eye",e);
GfOut("Camera DrawnHHERERE %d %f %f %F\n",&cam,e.x(),e.y(),e.z());
// GfOut("Camera DrawnHHERERE %d %f %f %F\n",&cam,e.x(),e.y(),e.z());
// traverse(node, nv);
}
};