diff --git a/modules/webadmin.cpp b/modules/webadmin.cpp index ca71e081..d320704b 100644 --- a/modules/webadmin.cpp +++ b/modules/webadmin.cpp @@ -1311,21 +1311,11 @@ public: } bool DelListener(CWebSock& WebSock, CTemplate& Tmpl) { - map m = WebSock.GetParams(); - DEBUG("zzz"); - for (map::iterator i = m.begin(); i != m.end(); ++i) { - DEBUG("xxxxxxxxxxxxxxxxxxx[" << i->first << "]"); - for (VCString::iterator it = i->second.begin(); it != i->second.end(); ++it) { - DEBUG("yyyyyyyy[" << *it << "]"); - } - } unsigned int uPort = WebSock.GetParam("port").ToUInt(); CString sHost = WebSock.GetParam("host"); bool bIPv4 = WebSock.GetParam("ipv4").ToBool(); bool bIPv6 = WebSock.GetParam("ipv6").ToBool(); - DEBUG("Port [" << WebSock.GetParam("port") << "]"); - EAddrType eAddr = ADDR_ALL; if (bIPv4) { if (bIPv6) {