Skip to content

Commit 795ca09

Browse files
committed
rm dbg
Signed-off-by: Eliza Weisman <eliza@buoyant.io>
1 parent b107d0e commit 795ca09

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tracing-core/src/subscriber.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -561,7 +561,7 @@ impl Interest {
561561
/// `Interest::sometimes` --- if the two subscribers differ in opinion, we
562562
/// will have to ask the current subscriber what it thinks, no matter what.
563563
pub(crate) fn and(self, rhs: Interest) -> Self {
564-
if dbg!(self.0) == dbg!(rhs.0) {
564+
if self.0 == rhs.0 {
565565
self
566566
} else {
567567
Interest::sometimes()

0 commit comments

Comments
 (0)