Skip to content

Commit 5e079ac

Browse files
authored
CollectParticles: Remove Verbose Print (#800)
Leftover from recent PR.
1 parent 2e620d1 commit 5e079ac

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/particles/CollectLost.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,6 @@ namespace impactx
6060
// Check destination has the same attributes as source + "s_lost"
6161
for (auto & name : source.RealSoA_names())
6262
{
63-
amrex::Print() << "name: " << name << std::endl;
6463
if (!dest.HasRealComp(name)) {
6564
amrex::Print() << "adding " << name << std::endl;
6665
dest.AddRealComp(name);

0 commit comments

Comments
 (0)