Skip to content
Snippets Groups Projects
Commit 0f60be8c authored by Manuel Grizonnet's avatar Manuel Grizonnet
Browse files

ENH: remove some debug messages

parent fd67541d
No related branches found
No related tags found
No related merge requests found
......@@ -501,8 +501,6 @@ ImageFileWriter<TInputImage>
m_ShiftOutputIndex = start;
inputRegion.SetIndex(m_ShiftOutputIndex);
otbMsgDevMacro(<< "inputRegion " << inputRegion);
if (!inputRegion.Crop(inputPtr->GetLargestPossibleRegion()))
{
// Couldn't crop the region (requested region is outside the largest
......@@ -631,7 +629,6 @@ ImageFileWriter<TInputImage>
//Set the ioRegion index using the shifted index ( (0,0 without box parameter))
ioRegion.SetIndex(i, streamRegion.GetIndex(i) - m_ShiftOutputIndex[i]);
}
otbMsgDevMacro(<< "ioregion " << ioRegion )
this->SetIORegion(ioRegion);
m_ImageIO->SetIORegion(m_IORegion);
......@@ -737,8 +734,6 @@ ImageFileWriter<TInputImage>
cacheImage->SetBufferedRegion(ioRegion);
cacheImage->Allocate();
otbMsgDevMacro(<< "ioRegion " << ioRegion);
typedef itk::ImageRegionConstIterator<TInputImage> ConstIteratorType;
typedef itk::ImageRegionIterator<TInputImage> IteratorType;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment