Author: cgutman Date: Thu Jan 12 02:25:56 2012 New Revision: 54916
URL: http://svn.reactos.org/svn/reactos?rev=54916&view=rev Log: - Remove a forgotten debug print
Modified: branches/wlan-bringup/dll/win32/dhcpcsvc/dhcp/dispatch.c
Modified: branches/wlan-bringup/dll/win32/dhcpcsvc/dhcp/dispatch.c URL: http://svn.reactos.org/svn/reactos/branches/wlan-bringup/dll/win32/dhcpcsvc/... ============================================================================== --- branches/wlan-bringup/dll/win32/dhcpcsvc/dhcp/dispatch.c [iso-8859-1] (original) +++ branches/wlan-bringup/dll/win32/dhcpcsvc/dhcp/dispatch.c [iso-8859-1] Thu Jan 12 02:25:56 2012 @@ -367,9 +367,7 @@ t->next = q->next; else timeouts = q->next; - - DbgPrint("Disposing timeout 0x%x\n", q); - + /* Advance to the next timeout */ u = q->next;