Suppress XTF factory-search spew for those silly enough to use XML documents

with namespaces. r=bryner
This commit is contained in:
shaver%mozilla.org 2005-01-12 20:21:45 +00:00
parent 2d5fec5c1a
commit 64464abeda

View File

@ -120,7 +120,7 @@ nsXTFService::CreateElement(nsIContent** aResult, nsINodeInfo* aNodeInfo)
nsAutoString uri;
aNodeInfo->GetNamespaceURI(uri);
AppendUTF16toUTF8(uri, xtf_contract_id);
#ifdef DEBUG
#ifdef DEBUG_xtf_verbose
printf("Testing for XTF factory at %s\n", xtf_contract_id.get());
#endif
factory = do_GetService(xtf_contract_id.get());