Skip to content
Snippets Groups Projects
Commit 6720d163 authored by Brad Hards's avatar Brad Hards
Browse files

STYLE: disable noisy std output message

parent 10934b48
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