From 4bd3df4c405210595cdb17de8a3e93fb618dcecc Mon Sep 17 00:00:00 2001 From: "alecf%netscape.com" Date: Thu, 14 Sep 2006 05:48:55 +0000 Subject: [PATCH] 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 --- mozilla/suite/browser/nsBrowserContentListener.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mozilla/suite/browser/nsBrowserContentListener.js b/mozilla/suite/browser/nsBrowserContentListener.js index 609bdfa4af0..29fc6d7cf3c 100644 --- a/mozilla/suite/browser/nsBrowserContentListener.js +++ b/mozilla/suite/browser/nsBrowserContentListener.js @@ -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;