comment out a dump() statement that can be confusing - has no real effect

(has no effect on running code, and should have been taken out before checking in - oops!)


git-svn-id: svn://10.0.0.236/trunk@210241 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
alecf%netscape.com
2006-09-14 05:48:55 +00:00
parent 042bbe4c15
commit 4bd3df4c40

View File

@@ -130,7 +130,7 @@ nsBrowserContentListener.prototype =
contentListener =
docShell.QueryInterface(Components.interfaces.nsIInterfaceRequester).getInterface(Components.interfaces.nsIURIContentListener);
} catch (ex) {
dump(ex);
// dump(ex);
}
if (!contentListener) return false;