[ros-diffs] [cgutman] 54916: - Remove a forgotten debug print

cgutman at svn.reactos.org cgutman at svn.reactos.org
Thu Jan 12 02:25:57 UTC 2012


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/dhcp/dispatch.c?rev=54916&r1=54915&r2=54916&view=diff
==============================================================================
--- 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;
             




More information about the Ros-diffs mailing list