Turn off debugging messages.

git-svn-id: svn://10.0.0.236/trunk@236593 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
slamm%netscape.com
2007-09-25 00:37:43 +00:00
parent e280f9470c
commit 8fd034c92b

View File

@@ -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";