diff --git a/chrome/chromeFiles/content/scholar/scholar.js b/chrome/chromeFiles/content/scholar/scholar.js index 983c8ba2d..99517f9f0 100644 --- 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 }; /*