Skip to content

Commit

Permalink
Disable logging prior to release.
Browse files Browse the repository at this point in the history
  • Loading branch information
eric-bixby committed Jun 23, 2018
1 parent 51aa248 commit 4039a1f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/background/auto-sort-bookmarks.js
Expand Up @@ -959,7 +959,7 @@ function getRootId() {
*/
function log(o) {
// enable for debugging, disable prior to release.
var logging = true;
var logging = false;
if (logging) {
console.log(o);
}
Expand Down

0 comments on commit 4039a1f

Please sign in to comment.