]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - src/inspircd.cpp
Cut down on debug on restart
[user/henk/code/inspircd.git] / src / inspircd.cpp
index 3b90d15dd225f4db130491c0cf287c254819cde5..b74fb40468551c035523b9836fda823650dfeff0 100644 (file)
@@ -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--;