diff --git a/content/svg/content/src/nsSVGElement.cpp b/content/svg/content/src/nsSVGElement.cpp index 9d5b6b1ce0b..ee2859de5ae 100644 --- a/content/svg/content/src/nsSVGElement.cpp +++ b/content/svg/content/src/nsSVGElement.cpp @@ -223,9 +223,11 @@ nsSVGElement::ParseAttribute(PRInt32 aNamespaceID, aAttribute->ToString(attributeName); const nsAFlatString& attributeValue = PromiseFlatString(aValue); const PRUnichar *strings[] = { attributeName.get(), attributeValue.get() }; +#if 0 nsSVGUtils::ReportToConsole(GetOwnerDoc(), "AttributeParseWarning", strings, NS_ARRAY_LENGTH(strings)); +#endif nsCOMPtr proxy; nsresult rv = NS_CreateSVGStringProxyValue(svg_value, getter_AddRefs(proxy));