diff --git a/Processes/QGSJetII/Interaction.cc b/Processes/QGSJetII/Interaction.cc
index 37aa117757a244fd7250ed65d2711f82482dc66b..d9b4c3cea53a6479330992d0bc195d6c838ac418 100644
--- a/Processes/QGSJetII/Interaction.cc
+++ b/Processes/QGSJetII/Interaction.cc
@@ -245,11 +245,7 @@ namespace corsika::process::qgsjetII {
       const auto targetCode =
           mediumComposition.SampleTarget(cross_section_of_components, fRNG);
       cout << "Interaction: target selected: " << targetCode << endl;
-      /*
-        FOR NOW: allow nuclei with A<18 or protons only.
-        when medium composition becomes more complex, approximations will have to be
-        allowed air in atmosphere also contains some Argon.
-      */
+
       int targetQgsCode = -1;
       if (particles::IsNucleus(targetCode))
         targetQgsCode = particles::GetNucleusA(targetCode);