Skip to content

Commit

Permalink
Restore debug build after PR #5246
Browse files Browse the repository at this point in the history
  • Loading branch information
elpaso committed Sep 25, 2017
1 parent 154fd61 commit 5f11793
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/app/qgisapp.cpp
Expand Up @@ -4401,7 +4401,6 @@ void QgisApp::askUserForOGRSublayers( QgsVectorLayer *layer )
QStringList theURIParts = uri.split( '|' );
uri = theURIParts.at( 0 );
}
QgsDebugMsg( "Layer type " + layertype );

// The uri must contain the actual uri of the vectorLayer from which we are
// going to load the sublayers.
Expand Down

0 comments on commit 5f11793

Please sign in to comment.