Bug 1252386 - Removed debugging printf,r=me

MozReview-Commit-ID: 131XBlD5YOQ
This commit is contained in:
David Rajchenbach-Teller 2016-03-01 08:38:27 +01:00
parent f872e36bbe
commit f358d9bf52

View File

@ -188,7 +188,6 @@ nsHttpConnectionMgr::Shutdown()
// wait for shutdown event to complete
while (!shutdownWrapper->mBool) {
fprintf(stderr, "nsHttpConnectionMgr::Shutdown() ProcessNextEvent\n");
NS_ProcessNextEvent(NS_GetCurrentThread());
}