Took out bogus error message.

This commit is contained in:
warren@netscape.com
1999-10-29 03:19:11 +00:00
parent 6cbfd1b7e5
commit 12e89d8fcc
2 changed files with 0 additions and 4 deletions

View File

@@ -334,8 +334,6 @@ nsTraceRefcnt::DumpStatistics(StatisticsType type, FILE* out)
nsresult rv = NS_OK;
#ifdef NS_BUILD_REFCNT_LOGGING
if (gBloatLog == nsnull || gBloatView == nsnull) {
fprintf(stdout, "### ERROR: Can't dump bloat statistics because XPCOM_MEM_BLOAT_LOG isn't set.\n");
fflush(stdout);
return NS_ERROR_FAILURE;
}
if (out == nsnull) {