remove most debug flags from gmxpreprocess
[alexxy/gromacs.git] / src / gromacs / gmxpreprocess / resall.cpp
index fbd90b88c0720e7f4079b848f224e224f920b992..c87b8edba6ceb53d2e2619f5af37652ddf6e6a59 100644 (file)
@@ -336,15 +336,6 @@ void read_resall(char *rrdb, int *nrtpptr, t_restp **rtp,
 
     in = fflib_open(rrdb);
 
-    if (debug)
-    {
-        fprintf(debug, "%9s %5s", "Residue", "atoms");
-        for (i = 0; i < ebtsNR; i++)
-        {
-            fprintf(debug, " %10s", btsNames[i]);
-        }
-        fprintf(debug, "\n");
-    }
     snew(header_settings, 1);
 
     /* these bonded parameters will overwritten be when  *
@@ -487,16 +478,6 @@ void read_resall(char *rrdb, int *nrtpptr, t_restp **rtp,
             gmx_fatal(FARGS, "No atoms found in .rtp file in residue %s\n",
                       rrtp[nrtp].resname);
         }
-        if (debug)
-        {
-            fprintf(debug, "%3d %5s %5d",
-                    nrtp+1, rrtp[nrtp].resname, rrtp[nrtp].natom);
-            for (i = 0; i < ebtsNR; i++)
-            {
-                fprintf(debug, " %10d", rrtp[nrtp].rb[i].nb);
-            }
-            fprintf(debug, "\n");
-        }
 
         firstrtp = -1;
         for (i = 0; i < nrtp; i++)