Skip to content

Commit

Permalink
GDALMDReaderPleiades: remove noise debug message (fixes #1921)
Browse files Browse the repository at this point in the history
  • Loading branch information
rouault committed Apr 5, 2020
1 parent 30e8bd3 commit 809eed3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion gdal/gcore/mdreader/reader_pleiades.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,6 @@ GDALMDReaderPleiades::GDALMDReaderPleiades(const char *pszPath,
if(!bHasRowColPart || sscanf (pszBaseName + nLastUnderline + 5U, "R%uC%u",
&iRow, &iCol) != 2)
{
CPLDebug( "MDReaderPleiades", "Not a Pleiades product" );
return;
}

Expand Down

0 comments on commit 809eed3

Please sign in to comment.