Skip to content
Snippets Groups Projects
Commit 992d7014 authored by stuart.morgan@alumni.case.edu's avatar stuart.morgan@alumni.case.edu
Browse files

Bug 431233: Remove printf that shouldn't have been left in. r+sr=jst a1.9=beltzner

parent e03cf119
No related branches found
No related tags found
No related merge requests found
......@@ -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;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment