Skip to content

Commit 57b4822

Browse files
committed
refactor: remove debug print
1 parent 5ee9efb commit 57b4822

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

packages/udp-tracker-core/src/services/announce.rs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -119,8 +119,6 @@ impl AnnounceService {
119119

120120
tracing::debug!(target = crate::UDP_TRACKER_LOG_TARGET, "Sending UdpAnnounce event: {event:?}");
121121

122-
println!("Sending UdpAnnounce event: {event:?}");
123-
124122
udp_stats_event_sender.send(event).await;
125123
}
126124
}

0 commit comments

Comments
 (0)