No issue - Clean up some devtools comments and prefs.

This commit is contained in:
Moonchild 2024-01-23 10:31:25 +01:00 committed by roytam1
commit fd949d3245
2 changed files with 1 additions and 13 deletions

View file

@ -39,9 +39,8 @@ function ConverterObserver() {
ConverterObserver.prototype = {
initialize: function () {
// Only the DevEdition has this feature available by default.
// Users need to manually flip 'devtools.jsonview.enabled' preference
// to have it available in other distributions.
// to have it available.
if (this.isEnabled()) {
this.register();
}