Skip to content
Snippets Groups Projects
Commit f124319c authored by Emmanuel Christophe's avatar Emmanuel Christophe
Browse files

COMP: with debug msg

parent 852204bc
Branches
Tags
No related merge requests found
......@@ -342,7 +342,7 @@ void GDALImageIO::ReadImageInformation()
void GDALImageIO::InternalReadImageInformation()
{
GDALDataset* dataset = m_Dataset->GetDataSet();
otbMsgDevMacro(<< " GCPCount (original): " << m_poDataset->GetGCPCount());
// otbMsgDevMacro(<< " GCPCount (original): " << m_Dataset->GetGCPCount());
// Get image dimensions
if ( dataset->GetRasterXSize() == 0 || dataset->GetRasterYSize() == 0 )
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment