Skip to content

Commit

Permalink
remove comments
Browse files Browse the repository at this point in the history
  • Loading branch information
vcloarec authored and nyalldawson committed Nov 14, 2021
1 parent e50fbad commit fb9dff2
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions src/analysis/processing/qgsalgorithmtinmeshcreation.cpp
Expand Up @@ -177,12 +177,6 @@ QVariantMap QgsTinMeshCreationAlgorithm::processAlgorithm( const QVariantMap &pa

const QgsProviderMetadata *providerMetadata = QgsProviderRegistry::instance()->providerMetadata( QStringLiteral( "mdal" ) );

// QFileInfo fileInfo( fileName );
// QString suffix = fileInfo.suffix();

// if ( suffix.isEmpty() )
// fileName.append( QStringLiteral( ".%1" ).arg( mDriverSuffix.value( driver ) ) );

fileName = QgsFileUtils::ensureFileNameHasExtension( fileName, QStringList() << mDriverSuffix.value( driver ) );

if ( feedback )
Expand Down

0 comments on commit fb9dff2

Please sign in to comment.