reactos/lib/advapi32/reg
diff -u -r1.48 -r1.49
--- reg.c 2 Jul 2004 21:20:51 -0000 1.48
+++ reg.c 3 Jul 2004 14:46:39 -0000 1.49
@@ -1,4 +1,4 @@
-/* $Id: reg.c,v 1.48 2004/07/02 21:20:51 gvg Exp $
+/* $Id: reg.c,v 1.49 2004/07/03 14:46:39 gvg Exp $
*
* COPYRIGHT: See COPYING in the top level directory
* PROJECT: ReactOS system libraries
@@ -1729,7 +1729,6 @@
LONG ErrorCode;
NTSTATUS Status;
-DPRINT1("RegOpenKeyA hKey 0x%x subkey %s\n", hKey, lpSubKey);
Status = MapDefaultKey (&KeyHandle,
hKey);
if (!NT_SUCCESS(Status))