Skip to content
Snippets Groups Projects
Commit b96b504d authored by Patrick Imbo's avatar Patrick Imbo
Browse files

ENH: too verbose -> suppress std::cout

parent e156dabf
No related branches found
No related tags found
No related merge requests found
......@@ -96,7 +96,6 @@ void DEMToImageGenerator<TDEMImage>
DEMImage->SetBufferedRegion(DEMImage->GetRequestedRegion());
DEMImage->Allocate();
DEMImage->FillBuffer(0);
std::cout << "m_Transform :" << m_Transform << std::endl;
}
......
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