mirror of
https://github.com/inspircd/inspircd.git
synced 2025-03-21 08:29:02 -04:00
Remove old debug
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@4760 e03df62e-2008-0410-955e-edbf42e46eb7
This commit is contained in:
parent
db1ab20263
commit
2efc090cbd
@ -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);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user