From 5e079ac3e4f11de0fad9f1d7c3e471d7bcca5bfb Mon Sep 17 00:00:00 2001
From: Axel Huebl <axel.huebl@plasma.ninja>
Date: Thu, 16 Jan 2025 15:57:29 -0800
Subject: [PATCH] CollectParticles: Remove Verbose Print (#800)

Leftover from recent PR.
---
 src/particles/CollectLost.cpp | 1 -
 1 file changed, 1 deletion(-)

diff --git a/src/particles/CollectLost.cpp b/src/particles/CollectLost.cpp
index 24bfd575b..c25e8db1b 100644
--- a/src/particles/CollectLost.cpp
+++ b/src/particles/CollectLost.cpp
@@ -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);