Skip to content

Commit

Permalink
Disable verbose logging
Browse files Browse the repository at this point in the history
  • Loading branch information
Posnet committed Sep 24, 2022
1 parent aa2100e commit 14fb495
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions popout.js
Original file line number Diff line number Diff line change
Expand Up @@ -88,8 +88,8 @@ class PopoutModule {
name: "Enable more module logging.",
hint: "Enables more verbose module logging. This is useful for debugging the module. But otherwise should be left off.",
scope: "client",
config: true,
default: true,
config: false,
default: false,
type: Boolean,
});
/* eslint-enable no-undef */
Expand Down

0 comments on commit 14fb495

Please sign in to comment.