mirror of
https://github.com/lightpanda-io/browser.git
synced 2025-10-29 23:23:28 +00:00
js: remove existing unknown property debug
Because it will be displayed only if the property is non-native. So if your property is set in pureJS, you will still have the log...
This commit is contained in:
@@ -45,7 +45,7 @@ pub const Scope = enum {
|
||||
const Opts = struct {
|
||||
format: Format = if (is_debug) .pretty else .logfmt,
|
||||
level: Level = if (is_debug) .info else .warn,
|
||||
filter_scopes: []const Scope = &.{.unknown_prop},
|
||||
filter_scopes: []const Scope = &.{},
|
||||
};
|
||||
|
||||
pub var opts = Opts{};
|
||||
|
||||
Reference in New Issue
Block a user