Skip to content
Snippets Groups Projects
Commit 6316d45e authored by Cédric Traizet's avatar Cédric Traizet
Browse files

Merge branch 'no_hello' into 'develop'

STYLE: disable noisy std output message

See merge request !751
parents 10934b48 6720d163
No related branches found
No related tags found
No related merge requests found
......@@ -112,7 +112,7 @@ void VectorImage<TPixel, VImageDimension>::CopyInformation(const itk::DataObject
if (imc != nullptr)
{
const auto & imd = imc->GetImageMetadata();
std::cout << "hello " << this->GetNumberOfComponentsPerPixel() << std::endl;
// std::cout << "hello " << this->GetNumberOfComponentsPerPixel() << std::endl;
if (imd.Bands.size() > 0 && imd.Bands.size() != this->GetNumberOfComponentsPerPixel())
{
SetImageMetadata(ImageMetadata(imd.GeometryKeys, imd.NumericKeys, imd.StringKeys, imd.LUT1DKeys,
......
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