Skip to content

Commit

Permalink
ENH: Remove useless trace
Browse files Browse the repository at this point in the history
  • Loading branch information
jmichel-otb committed Jul 6, 2016
1 parent a5a8adb commit a75faf5
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions gdal/frmts/gtiff/geotiff.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -15816,9 +15816,7 @@ CPLErr GTiffDataset::SetGCPs( int nGCPCountIn, const GDAL_GCP *pasGCPListIn,
/************************************************************************/

char **GTiffDataset::GetMetadataDomainList()
{
CPLDebug("GTiffDataset", "GetMetadataDomainList");

{
LoadGeoreferencingAndPamIfNeeded();

char ** domainlist = CSLDuplicate(oGTiffMDMD.GetDomainList());
Expand Down

0 comments on commit a75faf5

Please sign in to comment.