From d858195d6656902932825334161e3d269bbdbe57 Mon Sep 17 00:00:00 2001 From: Robert Osfield Date: Thu, 2 Jun 2016 14:38:23 +0100 Subject: [PATCH] Removed debug message --- src/osg/GraphicsContext.cpp | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/osg/GraphicsContext.cpp b/src/osg/GraphicsContext.cpp index 35848d214..983eae9bf 100644 --- a/src/osg/GraphicsContext.cpp +++ b/src/osg/GraphicsContext.cpp @@ -54,18 +54,15 @@ void GraphicsContext::WindowingSystemInterfaces::addWindowingSystemInterface(Gra { if (std::find(_interfaces.begin(), _interfaces.end(), wsi)==_interfaces.end()) { - OSG_NOTICE<<"GraphicsContext::WindowingSystemInterfaces::addWindowingSystemInterface("<