1
0
mirror of https://bitbucket.org/librepilot/librepilot.git synced 2025-03-15 07:29:15 +01:00

LP-29 fixed some debug logs

This commit is contained in:
Philippe Renon 2015-11-07 12:46:16 +01:00
parent 859cf0996c
commit 3ee0564421

View File

@ -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);