Skip to content
Snippets Groups Projects
Commit 32ab620a authored by Julien Michel's avatar Julien Michel
Browse files

ENH: Removing std::cout

parent 39bf9f36
No related branches found
No related tags found
No related merge requests found
......@@ -283,9 +283,7 @@ template <class TInputImage, class TVectorData, class TFunctionType, class TList
void
PersistentDescriptorsListSampleGenerator<TInputImage,TVectorData,TFunctionType,TListSample,TLabelListSample>
::BeforeThreadedGenerateData()
{
std::cout << this->GetInput()->GetBufferedRegion() << std::endl;
}
{}
template <class TInputImage, class TVectorData, class TFunctionType, class TListSample, class TLabelListSample>
......
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