remove excess logging

This commit is contained in:
Eric House 2013-07-10 08:02:28 -07:00
parent 5462a05692
commit dbf156fca7

View file

@ -122,8 +122,6 @@ UDPAckTrack::threadProc()
}
logf( XW_LOGERROR, "%s: these packets leaked: %s", __func__,
leaked.c_str() );
} else {
logf( XW_LOGINFO, "%s: no packets leaked", __func__ );
}
}
return NULL;