diff --git a/include/otbTensorflowSampler.hxx b/include/otbTensorflowSampler.hxx
index 5cf15beb11e238f70690053d85e4a8030cbb148d..60a98b5cab4a7b56be5f083836b8c8d717c7e6e9 100644
--- a/include/otbTensorflowSampler.hxx
+++ b/include/otbTensorflowSampler.hxx
@@ -215,19 +215,19 @@ TensorflowSampler<TInputImage, TVectorData>
       } // Next input
       if (hasBeenSampled)
       {
-        // TODO: delete this
-        IndexType outIndex;
-        outIndex[0] = 0;
-        outIndex[1] = count * m_PatchSizes[0][1];
-        RegionType region(outIndex, m_PatchSizes[0]);
-        IteratorType it(m_OutputPatchImages[0], region);
-        for (it.GoToBegin(); !it.IsAtEnd(); ++it)
-          {
-          PixelType pix = it.Get();
-          for (unsigned int band; band < pix.Size(); band++)
-            if (pix[band] == m_NodataValue)
-              std::cout << band << std::endl;
-          }
+//        // TODO: delete this
+//        IndexType outIndex;
+//        outIndex[0] = 0;
+//        outIndex[1] = count * m_PatchSizes[0][1];
+//        RegionType region(outIndex, m_PatchSizes[0]);
+//        IteratorType it(m_OutputPatchImages[0], region);
+//        for (it.GoToBegin(); !it.IsAtEnd(); ++it)
+//          {
+//          PixelType pix = it.Get();
+//          for (unsigned int band; band < pix.Size(); band++)
+//            if (pix[band] == m_NodataValue)
+//              std::cout << band << std::endl;
+//          }
 
         // Fill label
         labelIndex[1] = count;