diff options
author | brain <brain@e03df62e-2008-0410-955e-edbf42e46eb7> | 2006-12-23 15:04:14 +0000 |
---|---|---|
committer | brain <brain@e03df62e-2008-0410-955e-edbf42e46eb7> | 2006-12-23 15:04:14 +0000 |
commit | f5f71bdfefb84ccb69712ef6ed9f5ffc43733678 (patch) | |
tree | 47fd6dfa729de9ea7dce28b5c782c84f9348b817 /src/command_parse.cpp | |
parent | 3a07789b1594f8f6167b2d8a3eea3efa1c365284 (diff) |
Cut down on debug on restart
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@6073 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'src/command_parse.cpp')
-rw-r--r-- | src/command_parse.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/command_parse.cpp b/src/command_parse.cpp index 3ce91afda..cb43df1a1 100644 --- a/src/command_parse.cpp +++ b/src/command_parse.cpp @@ -475,7 +475,6 @@ void CommandParser::RemoveCommand(nspace::hash_map<std::string,command_t*>::iter command_t* x = safei->second; if (x->source == std::string(source)) { - ServerInstance->Log(DEBUG,"removecommands(%s) Removing dependent command: %s",x->source.c_str(),x->command.c_str()); cmdlist.erase(safei); } } |