aboutsummaryrefslogtreecommitdiffstats
path: root/mumd/src
diff options
context:
space:
mode:
Diffstat (limited to 'mumd/src')
-rw-r--r--mumd/src/state.rs6
1 files changed, 0 insertions, 6 deletions
diff --git a/mumd/src/state.rs b/mumd/src/state.rs
index 5781df3..37ff612 100644
--- a/mumd/src/state.rs
+++ b/mumd/src/state.rs
@@ -317,15 +317,9 @@ impl State {
None => Some(!user.suppressed()),
};
- debug!("{:?}", action);
-
if let Some(action) = action {
user.set_suppressed(action);
self.audio.set_mute(id, action);
- /*let mut msg = msgs::UserState::new();
- msg.set_suppress(true);
- msg.set_session(*id.0);
- self.packet_sender.send(msg.into()).unwrap();*/
}
return now!(Ok(None));