- Remove a forgotten debug print

svn path=/branches/wlan-bringup/; revision=54916
This commit is contained in:
Cameron Gutman 2012-01-12 02:25:56 +00:00
parent 8828d269af
commit ff8d0071db

View file

@ -367,9 +367,7 @@ remove_protocol(struct protocol *proto)
t->next = q->next;
else
timeouts = q->next;
DbgPrint("Disposing timeout 0x%x\n", q);
/* Advance to the next timeout */
u = q->next;