debug
This commit is contained in:
parent
c74361bb56
commit
74a29878be
@ -38,9 +38,7 @@ impl<'a> MessageHandler<'a> {
|
|||||||
.await
|
.await
|
||||||
}
|
}
|
||||||
_ => {
|
_ => {
|
||||||
if log_enabled!(Level::Debug) {
|
debug!("Unhandled message payload: {:?}", message.payload);
|
||||||
debug!("Unhandled message payload: {:?}", message.payload);
|
|
||||||
}
|
|
||||||
Some(())
|
Some(())
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user