diff --git a/src/meta/src/controller/system_param.rs b/src/meta/src/controller/system_param.rs index a4b5ff239c074..4fd4b1f139be6 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 d77be8e5d03d4..1b76af569f9e3 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;