Removed debug statement.

git-svn-id: file:///svn/unbound/trunk@1627 be551aaa-1e26-0410-a405-d3ace91eadb9
This commit is contained in:
Wouter Wijngaards 2009-05-27 12:28:23 +00:00
parent 5e2189bb35
commit caaa90a200

View file

@ -307,11 +307,6 @@ outnet_udp_cb(struct comm_point* c, void* arg, int error,
struct pending key;
struct pending* p;
verbose(VERB_ALGO, "answer cb");
/* @@@ DEBUG simulate bad connection: drop those packets */
/*
if((ub_random(outnet->rnd)&0xf) <= 1)
return 0;
*/
if(error != NETEVENT_NOERROR) {
verbose(VERB_QUERY, "outnetudp got udp error %d", error);