From 1a8455b2b95e9d0829d0fa0f47a0f8d53b35134d Mon Sep 17 00:00:00 2001 From: Alexey Sokolov Date: Sun, 1 Apr 2012 12:15:33 +0700 Subject: [PATCH] Ups, commited debug stuff accidentally... --- modules/webadmin.cpp | 10 ---------- 1 file changed, 10 deletions(-) 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) {