Skip to content

Commit

Permalink
CollectParticles: Remove Verbose Print (#800)
Browse files Browse the repository at this point in the history
Leftover from recent PR.
  • Loading branch information
ax3l authored Jan 16, 2025
1 parent 2e620d1 commit 5e079ac
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/particles/CollectLost.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,6 @@ namespace impactx
// Check destination has the same attributes as source + "s_lost"
for (auto & name : source.RealSoA_names())
{
amrex::Print() << "name: " << name << std::endl;
if (!dest.HasRealComp(name)) {
amrex::Print() << "adding " << name << std::endl;
dest.AddRealComp(name);
Expand Down

0 comments on commit 5e079ac

Please sign in to comment.