No bug - Remove extra printf left over from bug 1127618. r=smaug

This commit is contained in:
Nicholas Hurley 2015-08-03 14:14:39 -07:00
parent d8ef4e6954
commit c9afe3946c

View File

@ -697,9 +697,6 @@ nsHttpChannel::SetupTransactionSchedulingContext()
}
nsCOMPtr<nsISchedulingContext> sc;
char scid[NSID_LENGTH];
mSchedulingContextID.ToProvidedString(scid);
fprintf(stderr, "NWGH: nsHttpChannel %p getting scheduling context %s\n", this, scid);
nsresult rv = scsvc->GetSchedulingContext(mSchedulingContextID,
getter_AddRefs(sc));