Commit in reactos/subsys/win32k/eng on MAIN
mem.c+1-21.14 -> 1.15
Silence debug message

reactos/subsys/win32k/eng
mem.c 1.14 -> 1.15
diff -u -r1.14 -r1.15
--- mem.c	29 Oct 2003 08:38:55 -0000	1.14
+++ mem.c	15 Mar 2004 22:01:17 -0000	1.15
@@ -16,7 +16,7 @@
  *  along with this program; if not, write to the Free Software
  *  Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
  */
-/* $Id: mem.c,v 1.14 2003/10/29 08:38:55 gvg Exp $
+/* $Id: mem.c,v 1.15 2004/03/15 22:01:17 gvg Exp $
  *
  * COPYRIGHT:         See COPYING in the top level directory
  * PROJECT:           ReactOS kernel
@@ -85,7 +85,6 @@
   ULONG MemSize = sizeof(USERMEMHEADER) + cj;
   PUSERMEMHEADER Header;
 
-  DbgPrint("EngAllocUserMem\n");
   Status = ZwAllocateVirtualMemory(NtCurrentProcess(), &NewMem, 0, &MemSize, MEM_COMMIT, PAGE_READWRITE);
 
   if (! NT_SUCCESS(Status))
CVSspam 0.2.8