removed excessive debug information

git-svn-id: http://svn.berlios.de/svnroot/repos/sems/trunk@384 8eb893ce-cfd4-0310-b710-fb5ebe64c474
sayer/1.4-spce2.6
Stefan Sayer 19 years ago
parent 29cc0cf236
commit 39d53e7873

@ -462,13 +462,13 @@ get_reg(const string& reg_id)
SIPRegistration* SIPRegistrarClient::
get_reg_unsafe(const string& reg_id)
{
DBG("get registration_unsafe '%s'\n", reg_id.c_str());
// DBG("get registration_unsafe '%s'\n", reg_id.c_str());
SIPRegistration* res = NULL;
map<string, SIPRegistration*>::iterator it =
registrations.find(reg_id);
if (it!=registrations.end())
res = it->second;
DBG("get registration_unsafe : res = '%ld' (this = %ld)\n", (long)res, (long)this);
// DBG("get registration_unsafe : res = '%ld' (this = %ld)\n", (long)res, (long)this);
return res;
}

Loading…
Cancel
Save