Skip to content

Commit 601c4db

Browse files
committed
Debug message removed
1 parent b49316a commit 601c4db

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/plugins/globe/globe_plugin.cpp

+2-1
Original file line numberDiff line numberDiff line change
@@ -224,6 +224,8 @@ void GlobePlugin::setupMap()
224224
mElevationManager->setMaxTilesToCache( 50 );
225225

226226
mObjectPlacer = new osgEarthUtil::ObjectPlacer( mMapNode );
227+
228+
// place 3D model on point layer
227229
if ( mSettingsDialog.modelLayer() && !mSettingsDialog.modelPath().isEmpty() )
228230
{
229231
osg::Node* model = osgDB::readNodeFile( mSettingsDialog.modelPath().toStdString() );
@@ -236,7 +238,6 @@ void GlobePlugin::setupMap()
236238
while ( layer->nextFeature( feature ) )
237239
{
238240
QgsPoint point = feature.geometry()->asPoint();
239-
QgsDebugMsg( "placeNode" + point.toString() );
240241
placeNode( model, point.y(), point.x() );
241242
}
242243
}

0 commit comments

Comments
 (0)