diff options
Diffstat (limited to 'mumd/src/state.rs')
| -rw-r--r-- | mumd/src/state.rs | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/mumd/src/state.rs b/mumd/src/state.rs index 4f37364..e4552f0 100644 --- a/mumd/src/state.rs +++ b/mumd/src/state.rs @@ -380,8 +380,6 @@ pub fn into_channel(channels: HashMap<u32, Channel>, users: HashMap<u32, User>) channel_lookup.entry(user.channel).or_insert(Vec::new()).push(user); } - debug!("{:?}", channel_lookup); - for (channel_id, channel) in &channels { let mut walk = Vec::new(); let mut current = *channel_id; @@ -406,9 +404,6 @@ pub fn into_channel(channels: HashMap<u32, Channel>, users: HashMap<u32, User>) proto_tree.walk_and_add(channel, &channel_lookup, &walk); } - debug!("{:#?}", channels); - debug!("{:#?}", proto_tree); - (&proto_tree).into() } |
