Skip to content

Commit

Permalink
remove some no used logs
Browse files Browse the repository at this point in the history
  • Loading branch information
harlanc committed Aug 10, 2024
1 parent 47ecf03 commit b4dce74
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions library/streamhub/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -726,7 +726,6 @@ impl StreamsHub {
uuid,
result_sender,
} => {
log::info!("api_statistic1: stream identifier: {:?}", identifier);
let result = match self.api_statistic(top_n, identifier, uuid).await {
Ok(rv) => rv,
Err(err) => {
Expand Down Expand Up @@ -771,7 +770,6 @@ impl StreamsHub {
}
}
StreamHubEvent::Request { identifier, sender } => {
log::info!("request");
if let Err(err) = self.request(&identifier, sender) {
log::error!("event_loop request error: {}", err);
}
Expand Down

0 comments on commit b4dce74

Please sign in to comment.