Remove obnoxious xpcshell gc spew. No bug. rs=bent

This commit is contained in:
Kyle Huey 2011-07-11 13:00:31 -07:00
Родитель 0fc5d0deac
Коммит 7f6a5f10b9
1 изменённых файлов: 0 добавлений и 8 удалений

Просмотреть файл

@ -548,14 +548,6 @@ GC(JSContext *cx, uintN argc, jsval *vp)
rt = cx->runtime;
preBytes = rt->gcBytes;
JS_GC(cx);
fprintf(gOutFile, "before %lu, after %lu, break %08lx\n",
(unsigned long)preBytes, (unsigned long)rt->gcBytes,
#if defined(XP_UNIX) && !defined(__SYMBIAN32__)
(unsigned long)sbrk(0)
#else
0
#endif
);
#ifdef JS_GCMETER
js_DumpGCStats(rt, stdout);
#endif