From 79a4fff2dc23ca260b37fb3214da6b0a20394fed Mon Sep 17 00:00:00 2001 From: Robert Osfield Date: Tue, 25 Nov 2014 10:11:06 +0000 Subject: [PATCH] Commented out State::setUpVertexAttribAlias(..) debug message. git-svn-id: http://svn.openscenegraph.org/osg/OpenSceneGraph/trunk@14529 16af8721-9629-0410-8352-f15c8da7e697 --- src/osg/State.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/osg/State.cpp b/src/osg/State.cpp index 406247426..5150361d0 100644 --- a/src/osg/State.cpp +++ b/src/osg/State.cpp @@ -1442,7 +1442,7 @@ void State::setUpVertexAttribAlias(VertexAttribAlias& alias, GLuint location, co { alias = VertexAttribAlias(location, glName, osgName, declaration); _attributeBindingList[osgName] = location; - OSG_NOTICE<<"State::setUpVertexAttribAlias("<