]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
Removed debugging 881/head
authorAki Tuomi <cmouse@desteem.org>
Sun, 14 Jul 2013 16:41:15 +0000 (19:41 +0300)
committerAki Tuomi <cmouse@desteem.org>
Sun, 14 Jul 2013 16:41:15 +0000 (19:41 +0300)
pdns/arguments.cc

index bc3bd1a4bfe9f17e3254cd68b14ce400143f111d..a62bbeac0a4aa9a70a1a7fa1abb2b208f2a63654 100644 (file)
@@ -493,7 +493,6 @@ bool ArgvMap::file(const char *fname, bool lax, bool included)
       }
       std::sort(extraConfigs.begin(), extraConfigs.end(), CIStringComparePOSIX());
       BOOST_FOREACH(const std::string& fn, extraConfigs) {
-            std::cout << "parsing " << fn << std::endl;
             if (!file(fn.c_str(), lax, true)) {
                 L << Logger::Error << namebuf << " could not be parsed" << std::endl;
                 throw ArgException(fn + " could not be parsed");