summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbrain <brain@e03df62e-2008-0410-955e-edbf42e46eb7>2006-08-07 00:03:18 +0000
committerbrain <brain@e03df62e-2008-0410-955e-edbf42e46eb7>2006-08-07 00:03:18 +0000
commit2efc090cbdb8e007c92ebe78e186e16ccbaa3885 (patch)
tree81b0f860dc60e82e3e31b7a1608e382091d35672
parentdb1ab20263a735cd7eec2182ea1b4161d80fed40 (diff)
Remove old debug
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@4760 e03df62e-2008-0410-955e-edbf42e46eb7
-rw-r--r--src/command_parse.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/command_parse.cpp b/src/command_parse.cpp
index 735d17b8a..922427c28 100644
--- a/src/command_parse.cpp
+++ b/src/command_parse.cpp
@@ -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);