Skip to content
This repository was archived by the owner on Jul 14, 2022. It is now read-only.

Commit b135f9e

Browse files
committed
remove debug images
1 parent 47405b6 commit b135f9e

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/apcomp/internal/RadixKCompositor.cpp

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -177,10 +177,6 @@ void
177177
RadixKCompositor::CompositeSurface(apcompdiy::mpi::communicator &diy_comm,
178178
Image &image)
179179
{
180-
std::cout<<"["<<diy_comm.rank()<<"] "<<image.m_gl_depth<<"\n";
181-
std::stringstream ss;
182-
ss<<"apcomp_depth_"<<diy_comm.rank();
183-
image.SaveDepth(ss.str());
184180
CompositeImpl(diy_comm, image);
185181
}
186182

0 commit comments

Comments
 (0)