From d2730f2b9342f367481a7e59788cd34f6883f1c8 Mon Sep 17 00:00:00 2001 From: Ahmed Ibrahim Date: Wed, 10 Sep 2025 09:52:25 -0700 Subject: [PATCH] forking --- codex-rs/core/src/conversation_manager.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/codex-rs/core/src/conversation_manager.rs b/codex-rs/core/src/conversation_manager.rs index 0d885aff14..cfd35b6ab4 100644 --- a/codex-rs/core/src/conversation_manager.rs +++ b/codex-rs/core/src/conversation_manager.rs @@ -20,7 +20,6 @@ use std::collections::HashMap; use std::path::PathBuf; use std::sync::Arc; use tokio::sync::RwLock; -use tracing::warn; /// Represents a newly created Codex conversation, including the first event /// (which is [`EventMsg::SessionConfigured`]).