commit 72ea24e2bb20e873d3f18236c5f9e8cfa9aacbfd parent dac4c6c9d04cbc52ee7b9252f7f7a9e99b610228 Author: Dan Stillman <dstillman@zotero.org> Date: Thu, 18 May 2006 18:24:02 +0000 Change the default to console logging rather than DebugLogger Diffstat:
| M | chrome/chromeFiles/content/scholar/scholar.js | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/chrome/chromeFiles/content/scholar/scholar.js b/chrome/chromeFiles/content/scholar/scholar.js @@ -4,7 +4,7 @@ const SCHOLAR_CONFIG = { DB_VERSION: 7, // must match version at top of schema.sql DB_REBUILD: false, // erase DB and recreate from schema DEBUG_LOGGING: true, - DEBUG_TO_CONSOLE: false // dump debug messages to console rather than (much slower) Debug Logger + DEBUG_TO_CONSOLE: true // dump debug messages to console rather than (much slower) Debug Logger }; /*