Removed a frivolous assert.

This commit is contained in:
waterson%netscape.com 1999-04-16 08:36:56 +00:00
parent 866a6cd1f9
commit de6baab5e2

View File

@ -973,7 +973,7 @@ RDFXMLDataSourceImpl::MakeQName(nsIRDFResource* resource,
if (index == -1) {
// Okay, just punt and assume there is _no_ namespace on
// this thing...
NS_ASSERTION(PR_FALSE, "couldn't find reasonable namespace prefix");
//NS_ASSERTION(PR_FALSE, "couldn't find reasonable namespace prefix");
nameSpaceURI.Truncate();
nameSpacePrefix.Truncate();
property = uri;