Skip to content

Commit

Permalink
remove debug log
Browse files Browse the repository at this point in the history
  • Loading branch information
yezizp2012 committed Jan 30, 2024
1 parent 2e53344 commit 6c1082f
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions src/meta/src/manager/notification.rs
Original file line number Diff line number Diff line change
Expand Up @@ -143,11 +143,6 @@ impl NotificationManager {
operation: Operation,
info: Info,
) -> NotificationVersion {
println!(
"heiheihei: target: {:?}, operation: {:?}, info: {:?}",
target.subscribe_type, operation, info
);

let mut version_guard = self.version_generator.lock().await;
version_guard.increase_version().await;
let version = version_guard.current_version();
Expand Down

0 comments on commit 6c1082f

Please sign in to comment.