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
This commit is contained in:
avolkov
2009-10-19 10:32:15 +00:00
parent 621e8c5a7f
commit 50f95f5856
-2
View File
@@ -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)
{