diff --git a/WebModules.cpp b/WebModules.cpp index 91183736..029444a4 100644 --- a/WebModules.cpp +++ b/WebModules.cpp @@ -174,10 +174,7 @@ void CWebSock::ParsePath() { m_sPage = "index"; } - DEBUG("Path [" + m_sPath + "]"); - DEBUG("User [" + m_sForceUser + "]"); - DEBUG("Module [" + m_sModName + "]"); - DEBUG("Page [" + m_sPage + "]"); + DEBUG("Path [" + m_sPath + "], User [" + m_sForceUser + "], Module [" + m_sModName + "], Page [" + m_sPage + "]"); } CModule* CWebSock::ResolveModule() {