From 8213d5769c771641f906611aeb427a93f25e2e95 Mon Sep 17 00:00:00 2001 From: Eskil Queseth Date: Sat, 17 Oct 2020 15:46:30 +0200 Subject: clean up debug prints --- mumd/src/state.rs | 5 ----- 1 file changed, 5 deletions(-) (limited to 'mumd') 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, users: HashMap) 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, users: HashMap) proto_tree.walk_and_add(channel, &channel_lookup, &walk); } - debug!("{:#?}", channels); - debug!("{:#?}", proto_tree); - (&proto_tree).into() } -- cgit v1.2.1