Restore debug build after PR #5246

This commit is contained in:
Alessandro Pasotti 2017-09-25 11:22:51 +02:00
parent 154fd61d5a
commit 5f11793b17

View File

@ -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.