- Get rid of debug spew used during testing.

svn path=/trunk/; revision=42124
This commit is contained in:
ReactOS Portable Systems Group 2009-07-21 20:04:17 +00:00
parent 012c86a88f
commit 1f4bf9180e

View file

@ -396,7 +396,6 @@ MiFreePoolPages(IN PVOID StartingVa)
//
// This page is on the outskirts of initial nonpaged pool, so ignore it
//
DPRINT1("End of initial frame\n");
Pfn1 = NULL;
}
else
@ -457,7 +456,6 @@ MiFreePoolPages(IN PVOID StartingVa)
//
// Then we can't do anything or we'll risk underflowing
//
DPRINT1("Start of of initial frame\n");
Pfn1 = NULL;
}
else