mirror of
https://github.com/reactos/reactos.git
synced 2025-02-25 09:50:02 +00:00
Remove debugging statement
svn path=/trunk/; revision=9978
This commit is contained in:
parent
0a89ed6e1c
commit
60d9c7030d
1 changed files with 1 additions and 2 deletions
|
@ -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 @@ RegOpenKeyA (HKEY hKey,
|
|||
LONG ErrorCode;
|
||||
NTSTATUS Status;
|
||||
|
||||
DPRINT1("RegOpenKeyA hKey 0x%x subkey %s\n", hKey, lpSubKey);
|
||||
Status = MapDefaultKey (&KeyHandle,
|
||||
hKey);
|
||||
if (!NT_SUCCESS(Status))
|
||||
|
|
Loading…
Reference in a new issue