Skip to content
Snippets Groups Projects
Commit 88a10035 authored by Julien Malik's avatar Julien Malik
Browse files

STY: remove useless cout

parent aefef98c
No related branches found
No related tags found
No related merge requests found
......@@ -196,7 +196,6 @@ int Quicklook::Execute(otb::ApplicationOptionsResult* parseResult)
otb::StandardFilterWatcher watcher (resamplingFilter->GetStreamer(), "Quicklook generation");
resamplingFilter->Update();
otbGenericMsgDebugMacro(<<resamplingFilter->GetOutput()->GetLargestPossibleRegion());
writer->SetInput(resamplingFilter->GetOutput() );
writer->Update();
......
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