diff --git a/src/components/aeClippingsService.js b/src/components/aeClippingsService.js index dfd3bfb..497ecb8 100755 --- a/src/components/aeClippingsService.js +++ b/src/components/aeClippingsService.js @@ -36,7 +36,7 @@ aeClippingsService.prototype = { MAX_NAME_LENGTH: 64, // Private constants (not declared in interface definition) - _DEBUG: true, + _DEBUG: false, _TEST_CORRUPTION: false, _SEQNODE_RESOURCE_URI: "http://clippings.mozdev.org/rdf/user-clippings-v2", _OLD_SEQNODE_RESOURCE_URI: "http://clippings.mozdev.org/rdf/user-clippings", diff --git a/src/modules/aeUtils.js b/src/modules/aeUtils.js index 825251e..6bef305 100755 --- a/src/modules/aeUtils.js +++ b/src/modules/aeUtils.js @@ -23,7 +23,7 @@ const Ci = Components.interfaces; let aeUtils = { // Debugging flags - set to false to suppress extraneous JS console messages // and diagnostic audio beeps. - DEBUG: true, + DEBUG: false, NOISY_DEBUG: false, };