Bug 940069 - Backout a temporary debugging printf that runs on --enable-valgrind builds only, because it has served its purpose. r=me.

This commit is contained in:
Nicholas Nethercote 2013-11-20 00:27:00 -08:00
parent 5ebd9a91cd
commit 6ebfdcab7c

View File

@ -2816,11 +2816,6 @@ nsCycleCollector::Shutdown()
// Always delete snow white objects.
FreeSnowWhite(true);
#ifdef MOZ_VALGRIND
char *e = PR_GetEnv("XPCOM_CC_RUN_DURING_SHUTDOWN");
fprintf(stderr, "XPCOM_CC_RUN_DURING_SHUTDOWN = %s\n", e);
#endif
#ifndef DEBUG
if (PR_GetEnv("XPCOM_CC_RUN_DURING_SHUTDOWN"))
#endif