Bug 417383 - Remove useless warning. r+sr=jst, a=blocking1.9+.

This commit is contained in:
bent.mozilla@gmail.com 2008-02-19 14:17:37 -08:00
parent f71ce2bc44
commit 1934a1d397

View File

@ -1061,8 +1061,6 @@ nsXULTemplateBuilder::Observe(nsISupports* aSubject,
if (window) {
nsCOMPtr<nsIDocument> doc =
do_QueryInterface(window->GetExtantDocument());
NS_WARN_IF_FALSE(doc, "Null document, notification came too late?");
if (doc && doc == mObservedDocument)
NodeWillBeDestroyed(doc);
}