From 50f95f58569a1fd81b8f5559490f89a7dd2700d1 Mon Sep 17 00:00:00 2001 From: avolkov Date: Mon, 19 Oct 2009 10:32:15 +0000 Subject: [PATCH] This debug print should not have made it in, and now removed git-svn-id: svn://svn.code.sf.net/p/sc2/code/trunk@3231 8092fc87-c524-0410-9efc-e669fe64eaf9 --- sc2/src/libs/memory/w_memlib.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/sc2/src/libs/memory/w_memlib.c b/sc2/src/libs/memory/w_memlib.c index 232ebdb97..a4c55639c 100644 --- a/sc2/src/libs/memory/w_memlib.c +++ b/sc2/src/libs/memory/w_memlib.c @@ -94,8 +94,6 @@ HRealloc (void *p, int size) explode (); } - fprintf (stderr, "HRealloc(): reallocing %p to %d\n", p, size); - p = realloc (p, size); if (!p && size > 0) {