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

Commit

Permalink
remove debug images
Browse files Browse the repository at this point in the history
  • Loading branch information
mclarsen committed May 15, 2020
1 parent 47405b6 commit b135f9e
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/apcomp/internal/RadixKCompositor.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -177,10 +177,6 @@ void
RadixKCompositor::CompositeSurface(apcompdiy::mpi::communicator &diy_comm,
Image &image)
{
std::cout<<"["<<diy_comm.rank()<<"] "<<image.m_gl_depth<<"\n";
std::stringstream ss;
ss<<"apcomp_depth_"<<diy_comm.rank();
image.SaveDepth(ss.str());
CompositeImpl(diy_comm, image);
}

Expand Down

0 comments on commit b135f9e

Please sign in to comment.