Skip to content
Snippets Groups Projects
Commit 11a38722 authored by Marina Bertolino's avatar Marina Bertolino
Browse files

STYLE: remove cout in ImageIOBase

parent a39d6dcb
No related branches found
No related tags found
No related merge requests found
......@@ -1268,7 +1268,6 @@ void
ImageIOBase
::DoMapBuffer(void* buffer, size_t numberOfPixels, std::vector<unsigned int>& bandList)
{
std::cout << "bandList =" << bandList[0] << std::endl;
size_t componentSize = this->GetComponentSize();
size_t inPixelSize = componentSize * this->GetNumberOfComponents();
size_t outPixelSize = componentSize * bandList.size();
......
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