From: phasefx Date: Fri, 28 Jan 2011 19:38:06 +0000 (+0000) Subject: make the default sdump setup less noisy X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=6ba9ea789f6f506e6c2532ebbe2e5db543b5871e;p=evergreen%2Fpines.git make the default sdump setup less noisy git-svn-id: svn://svn.open-ils.org/ILS/trunk@19322 dcc99617-32d9-48b4-a31d-7c20da2025e4 --- diff --git a/Open-ILS/xul/staff_client/chrome/content/util/error.js b/Open-ILS/xul/staff_client/chrome/content/util/error.js index 50ba3a920a..5ced634a75 100644 --- a/Open-ILS/xul/staff_client/chrome/content/util/error.js +++ b/Open-ILS/xul/staff_client/chrome/content/util/error.js @@ -125,9 +125,9 @@ util.error.prototype = { 'D_PRINT' : { 'debug' : false }, 'D_OBSERVERS' : { 'debug' : false, 'console' : false, 'alert' : false }, 'D_CACHE' : { 'debug' : false, 'console' : false, 'alert' : false }, - 'D_SES' : { 'debug' : true, 'console' : true }, + 'D_SES' : { 'debug' : false, 'console' : true }, 'D_SES_FUNC' : { 'debug' : false }, - 'D_SES_RESULT' : { 'debug' : true }, + 'D_SES_RESULT' : { 'debug' : false }, 'D_SES_ERROR' : { 'debug' : true, 'console' : true }, 'D_SPAWN' : { 'debug' : false }, 'D_STRING' : { 'debug' : false },