[NTOS]: Kill debug spew.
authorSir Richard <sir_richard@svn.reactos.org>
Sat, 5 Jun 2010 19:17:21 +0000 (19:17 +0000)
committerSir Richard <sir_richard@svn.reactos.org>
Sat, 5 Jun 2010 19:17:21 +0000 (19:17 +0000)
svn path=/trunk/; revision=47599

reactos/ntoskrnl/mm/ARM3/virtual.c

index 02c17f5..a4dcea7 100644 (file)
@@ -80,7 +80,6 @@ MiDeleteSystemPageableVm(IN PMMPTE PointerPte,
                 
                 /* Get the page table entry */
                 PageTableIndex = Pfn1->u4.PteFrame;
                 
                 /* Get the page table entry */
                 PageTableIndex = Pfn1->u4.PteFrame;
-                DPRINT1("Page table: %lx\n", PageTableIndex);
                 Pfn2 = MiGetPfnEntry(PageTableIndex);
                 
                 /* Lock the PFN database */
                 Pfn2 = MiGetPfnEntry(PageTableIndex);
                 
                 /* Lock the PFN database */