diff --git a/Trigger/TrigSteer/DecisionHandling/src/InputMakerBase.cxx b/Trigger/TrigSteer/DecisionHandling/src/InputMakerBase.cxx
index 0657c2abf0bc8fb0aecec0bbaa3014d393d066c5..5de114103582c7eb24cccc5be7e95714b39a416a 100644
--- a/Trigger/TrigSteer/DecisionHandling/src/InputMakerBase.cxx
+++ b/Trigger/TrigSteer/DecisionHandling/src/InputMakerBase.cxx
@@ -122,9 +122,7 @@ StatusCode InputMakerBase::decisionInputToOutput(const EventContext& context, st
     } // loop over input decisions
 
     ATH_MSG_DEBUG( "Filled output key " <<  decisionOutputs()[ outputIndex ].key() <<" of size "<<outDecisions->size()  <<" at index "<< outputIndex);
-    for (auto i : *outDecisions) msg() << i << " ";
-    msg() << endmsg;
-    outputIndex++;         
+    outputIndex++;
   } // end of first loop over input keys
 
   return StatusCode::SUCCESS;