Skip to content

Commit

Permalink
Turn off debug logging
Browse files Browse the repository at this point in the history
  • Loading branch information
aecreations committed Aug 14, 2018
1 parent a76d0a5 commit abcc61d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/components/aeClippingsService.js
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion src/modules/aeUtils.js
Original file line number Diff line number Diff line change
Expand Up @@ -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,
};

Expand Down

0 comments on commit abcc61d

Please sign in to comment.