- Fix WMC and mkhive warnings
[reactos.git] / reactos / tools / mkhive / cmi.c
index 147b20d..72b3908 100644 (file)
@@ -241,8 +241,6 @@ CmiAddSubKey(
        HSTORAGE_TYPE Storage;
        ULONG i;
 
-       DPRINT("CmiAddSubKey(%p '%wZ')\n", RegistryHive, SubKeyName);
-
        VERIFY_KEY_CELL(ParentKeyCell);
 
        /* Skip leading backslash */
@@ -523,8 +521,6 @@ CmiScanForSubKey(
 
        VERIFY_KEY_CELL(KeyCell);
 
-       DPRINT("CmiScanForSubKey('%wZ')\n", SubKeyName);
-
        ASSERT(RegistryHive);
 
        *pSubKeyCell = NULL;