diff --git a/src/meta/src/controller/system_param.rs b/src/meta/src/controller/system_param.rs index ba7eee9e96bb6..07dc48e41d601 100644 --- a/src/meta/src/controller/system_param.rs +++ b/src/meta/src/controller/system_param.rs @@ -31,7 +31,6 @@ use sea_orm::{ActiveModelTrait, DatabaseConnection, EntityTrait, TransactionTrai use tokio::sync::oneshot::Sender; use tokio::sync::RwLock; use tokio::task::JoinHandle; -use tracing::info; use crate::controller::SqlMetaStore; use crate::manager::{LocalNotification, NotificationManagerRef}; diff --git a/src/meta/src/manager/system_param/mod.rs b/src/meta/src/manager/system_param/mod.rs index a471bbe6dbf8c..8deb99594b5fb 100644 --- a/src/meta/src/manager/system_param/mod.rs +++ b/src/meta/src/manager/system_param/mod.rs @@ -30,7 +30,6 @@ use risingwave_pb::meta::SystemParams; use tokio::sync::oneshot::Sender; use tokio::sync::RwLock; use tokio::task::JoinHandle; -use tracing::info; use self::model::SystemParamsModel; use super::NotificationManagerRef;