Skip to content

Commit 5e1ac38

Browse files
authored
chore: remove console-subscribers: less useful, cause port conflict (#433)
chore: remove `console-subscribers`: less useful, casue port conflict
1 parent e80df45 commit 5e1ac38

File tree

3 files changed

+6
-141
lines changed

3 files changed

+6
-141
lines changed

Cargo.lock

Lines changed: 6 additions & 139 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,6 @@ itertools = "0.14.0"
5252
derivative = "2.2.0"
5353
hex = "0.4.3"
5454
schemars = "0.8.22"
55-
console-subscriber = "0.4.1"
5655
env_logger = "0.11.7"
5756
reqwest = { version = "0.12.15", default-features = false, features = [
5857
"json",

src/lib_context.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,6 @@ pub fn get_auth_registry() -> &'static Arc<AuthRegistry> {
127127
static LIB_INIT: OnceLock<()> = OnceLock::new();
128128
pub fn create_lib_context(settings: settings::Settings) -> Result<LibContext> {
129129
LIB_INIT.get_or_init(|| {
130-
console_subscriber::init();
131130
let _ = env_logger::try_init();
132131

133132
pyo3_async_runtimes::tokio::init_with_runtime(get_runtime()).unwrap();

0 commit comments

Comments
 (0)