From 6e49bd8f0f9517eb808b82d6b5d02076284aa9bc Mon Sep 17 00:00:00 2001 From: Dan Stillman Date: Thu, 29 Jun 2006 08:10:18 +0000 Subject: [PATCH] Turn off debug logging on Alpha 1 branch --- chrome/chromeFiles/content/scholar/xpcom/scholar.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chrome/chromeFiles/content/scholar/xpcom/scholar.js b/chrome/chromeFiles/content/scholar/xpcom/scholar.js index 84d12b255..3b100e206 100644 --- a/chrome/chromeFiles/content/scholar/xpcom/scholar.js +++ b/chrome/chromeFiles/content/scholar/xpcom/scholar.js @@ -2,7 +2,7 @@ const SCHOLAR_CONFIG = { GUID: 'scholar@chnm.gmu.edu', DB_FILE: 'scholar.sqlite', DB_REBUILD: false, // erase DB and recreate from schema - DEBUG_LOGGING: true, + DEBUG_LOGGING: false, DEBUG_TO_CONSOLE: true, // dump debug messages to console rather than (much slower) Debug Logger REPOSITORY_URL: 'http://chnm.gmu.edu/firefoxscholar/repo', REPOSITORY_CHECK_INTERVAL: 3600, // temp -- 86400, // 24 hours