]> git.netwichtig.de Git - user/henk/code/inspircd.git/commitdiff
And the bit I missed... :/
authorom <om@e03df62e-2008-0410-955e-edbf42e46eb7>
Tue, 4 Apr 2006 14:30:47 +0000 (14:30 +0000)
committerom <om@e03df62e-2008-0410-955e-edbf42e46eb7>
Tue, 4 Apr 2006 14:30:47 +0000 (14:30 +0000)
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3829 e03df62e-2008-0410-955e-edbf42e46eb7

src/inspircd_io.cpp

index 84af4bd1650751c129864288ebef236ec340467d..eb5229252277c7cd6e2100abaf9d4697f337f43e 100644 (file)
@@ -1200,7 +1200,9 @@ bool ServerConfig::ParseLine(ConfigDataHash &target, std::string &line, long lin
                                        {
                                                /* Leaving quotes, we have the value */
                                                results.push_back(KeyVal(current_key, current_value));
-                                               std::cout << "<" << tagname << ":" << current_key << "> " << current_value << std::endl;
+                                               
+                                               // std::cout << "<" << tagname << ":" << current_key << "> " << current_value << std::endl;
+                                               
                                                in_quote = false;
                                                got_key = false;