From 3ee05644217695426357505349134366f58346c0 Mon Sep 17 00:00:00 2001 From: Philippe Renon Date: Sat, 7 Nov 2015 12:46:16 +0100 Subject: [PATCH] LP-29 fixed some debug logs --- ground/gcs/src/libs/osgearth/osgQtQuick/OSGViewport.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ground/gcs/src/libs/osgearth/osgQtQuick/OSGViewport.cpp b/ground/gcs/src/libs/osgearth/osgQtQuick/OSGViewport.cpp index 136c5e94e..ff18edfc6 100644 --- a/ground/gcs/src/libs/osgearth/osgQtQuick/OSGViewport.cpp +++ b/ground/gcs/src/libs/osgearth/osgQtQuick/OSGViewport.cpp @@ -353,7 +353,7 @@ public: osgViewer::View *createView() { - qWarning() << "OSGViewport::createView"; + qDebug() << "OSGViewport::createView"; osgViewer::View *view = new osgViewer::View(); // TODO will the handlers be destroyed??? @@ -392,7 +392,7 @@ public: osg::GraphicsContext *createGraphicsContext() { - qWarning() << "OSGViewport::createGraphicsContext"; + qDebug() << "OSGViewport::createGraphicsContext"; osg::GraphicsContext::Traits *traits = getTraits(); // traitsInfo(*traits);