mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
No bug - Remove extra printf left over from bug 1127618. r=smaug
This commit is contained in:
parent
d8ef4e6954
commit
c9afe3946c
@ -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));
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user