Remove old debug

git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@4760 e03df62e-2008-0410-955e-edbf42e46eb7
This commit is contained in:
brain 2006-08-07 00:03:18 +00:00
parent db1ab20263
commit 2efc090cbd

View File

@ -206,10 +206,7 @@ void CommandParser::ProcessCommand(userrec *user, std::string &cmd)
std::string command = tokens.GetToken();
while (((para[items] = tokens.GetToken()) != "") && (items < 127))
{
log(DEBUG,"Param: '%s'",para[items].c_str());
command_p[items] = para[items++].c_str();
}
std::transform(command.begin(), command.end(), command.begin(), ::toupper);