From f3bbb686d2765dd4df1a95d8d0b6bc1ec4426630 Mon Sep 17 00:00:00 2001 From: Robert Osfield Date: Tue, 29 Aug 2017 17:32:14 +0100 Subject: [PATCH] Removed debug messages --- src/osgText/Text.cpp | 9 --------- 1 file changed, 9 deletions(-) diff --git a/src/osgText/Text.cpp b/src/osgText/Text.cpp index af9b4eccc..53a5d3b1a 100644 --- a/src/osgText/Text.cpp +++ b/src/osgText/Text.cpp @@ -1131,8 +1131,6 @@ void Text::drawImplementationSinglePass(osg::State& state, const osg::Vec4& colo #if 1 if(_backdropType != NONE) { - OSG_NOTICE<<"Text::drawImplementationSinglePass() Drawing backdrop"<draw(state, usingVertexBufferObjects); } }