]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
Removed IFDEF macro debugging.
authorAlex Rousskov <rousskov@measurement-factory.com>
Fri, 24 Feb 2012 18:47:57 +0000 (11:47 -0700)
committerAlex Rousskov <rousskov@measurement-factory.com>
Fri, 24 Feb 2012 18:47:57 +0000 (11:47 -0700)
src/cf_gen.cc

index 491c1775eb85d38b005b74ac319ef7ac79a4bb04..29adf0e67f2da470b9eb7d5567e25bcbd9b8ff67 100644 (file)
@@ -265,7 +265,6 @@ main(int argc, char *argv[])
                 exit(1);
             }
             IFDEFS.push(ptr);
-            std::cerr << "Entering IFDEF " << ptr << std::endl;
             continue;
         } else if (strcmp(buff, "ENDIF") == 0) {
             if (IFDEFS.size() == 0) {