From 443016b4f2fccca39755c1d7e33edfe1ec61718f Mon Sep 17 00:00:00 2001 From: brain Date: Thu, 22 Apr 2004 13:55:16 +0000 Subject: Added tons of services/uline stuff. DO NOT USE YET! services data isnt replicated across the network! git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@688 e03df62e-2008-0410-955e-edbf42e46eb7 --- src/inspircd_io.cpp | 6 ------ 1 file changed, 6 deletions(-) (limited to 'src/inspircd_io.cpp') diff --git a/src/inspircd_io.cpp b/src/inspircd_io.cpp index b9e7fa40b..b267e98ca 100644 --- a/src/inspircd_io.cpp +++ b/src/inspircd_io.cpp @@ -331,7 +331,6 @@ int ReadConf(std::stringstream *config, const char* tag, const char* var, int in const char* buf = config->str().c_str(); long bptr = 0; long len = strlen(buf); - log(DEBUG,"Data length: %d",len); ptr = 0; in_token = 0; @@ -378,7 +377,6 @@ int ReadConf(std::stringstream *config, const char* tag, const char* var, int in { /* value not found in tag */ strcpy(result,""); - log(DEBUG,"ReadConf: value '%s' was not found in tag",var); return 0; } else @@ -390,7 +388,6 @@ int ReadConf(std::stringstream *config, const char* tag, const char* var, int in { /* missing quote */ strcpy(result,""); - log(DEBUG,"ReadConf: possible missing quote!"); return 0; } key++; @@ -404,7 +401,6 @@ int ReadConf(std::stringstream *config, const char* tag, const char* var, int in } } strcpy(result,key); - log(DEBUG,"ReadConf: Got value '%s'",result); return 1; } } @@ -412,7 +408,6 @@ int ReadConf(std::stringstream *config, const char* tag, const char* var, int in } if (!strcmp(c_tag,tag)) { - log(DEBUG,"Tag name correct but index value incorrect"); /* correct tag, but wrong index */ idx++; } @@ -430,7 +425,6 @@ int ReadConf(std::stringstream *config, const char* tag, const char* var, int in } } } - log(DEBUG,"ReadConf: neither value '%s' or tag '%s' were found at all!",var,tag); strcpy(result,""); // value or its tag not found at all return 0; } -- cgit v1.3.1-10-gc9f91