[FREELDR]
[reactos.git] / reactos / boot / freeldr / freeldr / mm / meminit.c
index f1e9b10..dd8c0d6 100644 (file)
@@ -213,7 +213,7 @@ AddMemoryDescriptor(
     List[Index].MemoryType = MemoryType;
     DescriptCount++;
 
-#ifdef DBG
+#if 0 // only enable on demand!
     DbgDumpMemoryMap(List);
 #endif
     return DescriptCount;