[ros-diffs] [sginsberg] 37979: - Remove traces

sginsberg at svn.reactos.org sginsberg at svn.reactos.org
Tue Dec 9 20:00:47 CET 2008


Author: sginsberg
Date: Tue Dec  9 13:00:46 2008
New Revision: 37979

URL: http://svn.reactos.org/svn/reactos?rev=37979&view=rev
Log:
- Remove traces

Modified:
    trunk/reactos/dll/win32/advapi32/sec/sid.c
    trunk/reactos/dll/win32/kernel32/mem/local.c

Modified: trunk/reactos/dll/win32/advapi32/sec/sid.c
URL: http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/advapi32/sec/sid.c?rev=37979&r1=37978&r2=37979&view=diff
==============================================================================
--- trunk/reactos/dll/win32/advapi32/sec/sid.c [iso-8859-1] (original)
+++ trunk/reactos/dll/win32/advapi32/sec/sid.c [iso-8859-1] Tue Dec  9 13:00:46 2008
@@ -1288,7 +1288,6 @@
 		if (SecurityDescriptorSize)
 			*SecurityDescriptorSize = relativeSdSize;
 		*SecurityDescriptor = relativeSd;
-        DbgPrint("ConvertStringSecurityDescriptorToSecurityDescriptorW: relativeSd: %p\n", relativeSd);
 
 cleanup:
 		if (GetSecurityDescriptorOwner(sd, &pSid, &dummy))

Modified: trunk/reactos/dll/win32/kernel32/mem/local.c
URL: http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/kernel32/mem/local.c?rev=37979&r1=37978&r2=37979&view=diff
==============================================================================
--- trunk/reactos/dll/win32/kernel32/mem/local.c [iso-8859-1] (original)
+++ trunk/reactos/dll/win32/kernel32/mem/local.c [iso-8859-1] Tue Dec  9 13:00:46 2008
@@ -52,7 +52,6 @@
         /* Allocate heap for it */
         Ptr = RtlAllocateHeap(hProcessHeap, Flags, dwBytes);
         BASE_TRACE_ALLOC2(Ptr);
-        if ((ULONG_PTR)Ptr == 0xC) DbgPrint("LocalAlloc: Ptr is 0xC\n");
         return Ptr;
     }
 
@@ -132,12 +131,10 @@
         }
 
         /* Set the pointer */
-        if ((ULONG_PTR)hMemory == 0xC) DbgPrint("LocalAlloc: hMemory is 0xC\n");
         Ptr = hMemory;
     }
 
     /* Return the pointer */
-    if ((ULONG_PTR)Ptr == 0xC) DbgPrint("LocalAlloc: Ptr is 0xC\n");
     return Ptr;
 }
 



More information about the Ros-diffs mailing list