- Remove a DbgPrint that was forgotten
authorCameron Gutman <aicommander@gmail.com>
Sun, 20 Sep 2009 01:58:06 +0000 (01:58 +0000)
committerCameron Gutman <aicommander@gmail.com>
Sun, 20 Sep 2009 01:58:06 +0000 (01:58 +0000)
svn path=/trunk/; revision=43093

reactos/lib/drivers/ip/network/neighbor.c

index 055fc31..ff4e4c7 100644 (file)
@@ -114,8 +114,6 @@ VOID NBTimeout(VOID)
                 if (NCE->EventCount % ARP_RATE == 0)
                     NBSendSolicit(NCE);
                 if (NCE->EventTimer - NCE->EventCount == 0) {
-                    DbgPrint("Marking NCE stale: %s\n", A2S(&NCE->Address));
-
                     NCE->State |= NUD_STALE;
 
                     NCE->EventCount = 0;