]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - src/modules/m_sapart.cpp
Check for windows drive letters on the start of paths and treat them the same as...
[user/henk/code/inspircd.git] / src / modules / m_sapart.cpp
index 7f5135970e2b8f403f2d9612e80b450e409d3bfb..530d54fe0716b2e8ff82833c04e604f49ac9f8f3 100644 (file)
@@ -35,7 +35,6 @@ class CommandSapart : public Command
 
                if (dest && channel)
                {
-                       ServerInstance->Logs->Log("m_sapart",DEBUG, "SAPART: pcnt is %d", parameters.size());
                        if (parameters.size() == 3)
                                reason = parameters[2];
                        else