removed superfluous debug output

This commit is contained in:
Andreas Steffen 2013-02-15 15:19:16 +01:00
parent b5b76df012
commit 2c1219c217
2 changed files with 0 additions and 4 deletions

View File

@ -190,8 +190,6 @@ METHOD(imc_agent_t, bind_functions, TNC_Result,
{
this->reserve_additional_id = NULL;
}
DBG2(DBG_IMC, "IMC %u \"%s\" provided with bind function",
this->id, this->name);
if (this->report_message_types_long)
{

View File

@ -213,8 +213,6 @@ METHOD(imv_agent_t, bind_functions, TNC_Result,
{
this->reserve_additional_id = NULL;
}
DBG2(DBG_IMV, "IMV %u \"%s\" provided with bind function",
this->id, this->name);
if (this->report_message_types_long)
{