From 8fd034c92b434f14db5afdf1dfc3eea84040d8ec Mon Sep 17 00:00:00 2001 From: "slamm%netscape.com" Date: Tue, 25 Sep 2007 00:37:43 +0000 Subject: [PATCH] Turn off debugging messages. git-svn-id: svn://10.0.0.236/trunk@236593 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/suite/common/sidebar/nsSidebar.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mozilla/suite/common/sidebar/nsSidebar.js b/mozilla/suite/common/sidebar/nsSidebar.js index 4dafe52b62b..f9a4369285d 100644 --- a/mozilla/suite/common/sidebar/nsSidebar.js +++ b/mozilla/suite/common/sidebar/nsSidebar.js @@ -34,7 +34,7 @@ * platform-specific code, you can't throw across an XPCOM method boundary.) */ -const DEBUG = true; /* set to false to suppress debug messages */ +const DEBUG = false; /* set to false to suppress debug messages */ const PANELS_RDF_FILE = 66626; /* the magic number to find panels.rdf */ const SIDEBAR_PROGID = "component://mozilla/sidebar";