mirror of
https://github.com/servo/servo.git
synced 2025-07-23 15:23:42 +01:00
libservo: Don't set features of log (#33456)
Setting features of log should not be done by libraries, and instead should be left up to the embedder. servoshell already also sets this features, so there is no need to change anything there. Signed-off-by: Jonathan Schwender <schwenderjonathan@gmail.com>
This commit is contained in:
parent
f8ca5c3194
commit
97495e45f8
1 changed files with 0 additions and 1 deletions
|
@ -16,7 +16,6 @@ debugmozjs = ["script/debugmozjs"]
|
||||||
jitspew = ["script/jitspew"]
|
jitspew = ["script/jitspew"]
|
||||||
js_backtrace = ["script/js_backtrace"]
|
js_backtrace = ["script/js_backtrace"]
|
||||||
layout_2013 = ["dep:layout_thread_2013"]
|
layout_2013 = ["dep:layout_thread_2013"]
|
||||||
max_log_level = ["log/release_max_level_info"]
|
|
||||||
media-gstreamer = ["servo-media-gstreamer", "gstreamer"]
|
media-gstreamer = ["servo-media-gstreamer", "gstreamer"]
|
||||||
multiview = ["compositing/multiview", "constellation/multiview"]
|
multiview = ["compositing/multiview", "constellation/multiview"]
|
||||||
native-bluetooth = ["bluetooth/native-bluetooth"]
|
native-bluetooth = ["bluetooth/native-bluetooth"]
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue