summaryrefslogtreecommitdiff
path: root/src/inspircd.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/inspircd.cpp')
-rw-r--r--src/inspircd.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/inspircd.cpp b/src/inspircd.cpp
index 3b90d15dd..b74fb4046 100644
--- a/src/inspircd.cpp
+++ b/src/inspircd.cpp
@@ -579,11 +579,8 @@ bool InspIRCd::UnloadModule(const char* filename)
}
// found the module
- this->Log(DEBUG,"Removing dependent commands...");
Parser->RemoveCommands(filename);
- this->Log(DEBUG,"Deleting module...");
this->EraseModule(j);
- this->Log(DEBUG,"Erasing module entry...");
this->EraseFactory(j);
this->Log(DEFAULT,"Module %s unloaded",filename);
this->ModCount--;