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:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user