From 97495e45f8a19f8772cca4035d6521762f94640d Mon Sep 17 00:00:00 2001 From: Jonathan Schwender <55576758+jschwe@users.noreply.github.com> Date: Sat, 14 Sep 2024 11:45:14 +0200 Subject: [PATCH] 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 --- components/servo/Cargo.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/components/servo/Cargo.toml b/components/servo/Cargo.toml index 75a74703666..7169e138790 100644 --- a/components/servo/Cargo.toml +++ b/components/servo/Cargo.toml @@ -16,7 +16,6 @@ debugmozjs = ["script/debugmozjs"] jitspew = ["script/jitspew"] js_backtrace = ["script/js_backtrace"] layout_2013 = ["dep:layout_thread_2013"] -max_log_level = ["log/release_max_level_info"] media-gstreamer = ["servo-media-gstreamer", "gstreamer"] multiview = ["compositing/multiview", "constellation/multiview"] native-bluetooth = ["bluetooth/native-bluetooth"]