mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 431233: Remove printf that shouldn't have been left in. r+sr=jst a1.9=beltzner
This commit is contained in:
parent
ce60f01d64
commit
860997c4e9
@ -757,8 +757,6 @@ nsHTMLContentSerializer::AppendElementStart(nsIDOMElement *aElement,
|
||||
nsAutoString header;
|
||||
child->GetAttr(kNameSpaceID_None, nsGkAtoms::httpEquiv, header);
|
||||
|
||||
printf("Header value = '%s'\n", NS_ConvertUTF16toUTF8(header).get());
|
||||
|
||||
if (header.LowerCaseEqualsLiteral("content-type")) {
|
||||
hasMeta = PR_TRUE;
|
||||
break;
|
||||
|
Loading…
Reference in New Issue
Block a user