remove most debug flags from gmxpreprocess
[alexxy/gromacs.git] / src / gromacs / gmxpreprocess / topdirs.cpp
index 91e57fa8377108014bdb3f9096deb4714c43a8cf..bd8bb4d093c357956dc10a633a86ec94c90c0456 100644 (file)
@@ -394,10 +394,6 @@ void DS_Init(DirStack **DS)
 
         for (i = 0; (i < d_maxdir); i++)
         {
-            if (debug)
-            {
-                fprintf(debug, "%20s:  ", dir2str((directive)i));
-            }
             if (necessary[i])
             {
                 directive d;
@@ -405,17 +401,9 @@ void DS_Init(DirStack **DS)
                 do
                 {
                     d = necessary[i][j++];
-                    if (debug)
-                    {
-                        fprintf(debug, "%20s  ", dir2str(d));
-                    }
                 }
                 while (d != d_none);
             }
-            if (debug)
-            {
-                fprintf(debug, "\n");
-            }
         }
     }
     *DS = nullptr;