remove most debug flags from gmxpreprocess
[alexxy/gromacs.git] / src / gromacs / gmxpreprocess / gpp_nextnb.cpp
index 71db4920a25d1a0083ce076a749cab6de01acdac..d567cdea346a365f699f73f6fa57e972cd4fdda4 100644 (file)
@@ -189,10 +189,6 @@ static void nnb2excl(t_nextnb *nnb, t_blocka *excl)
             nr_of_sortables += nnb->nrexcl[i][nre];
         }
 
-        if (debug)
-        {
-            fprintf(debug, "nr_of_sortables: %d\n", nr_of_sortables);
-        }
         /* make space for sortable array */
         snew(s, nr_of_sortables);
 
@@ -248,10 +244,6 @@ static void nnb2excl(t_nextnb *nnb, t_blocka *excl)
         /* cleanup temporary space */
         sfree (s);
     }
-    if (debug)
-    {
-        print_blocka(debug, "Exclusions", "Atom", "Excluded", excl);
-    }
 }
 
 /*! \brief Return true of neighbor is already present in some exclusion level