From 22417e4d8232bb3dc601cbc5a00c125073d8fe9d Mon Sep 17 00:00:00 2001 From: notplants Date: Wed, 5 Jan 2022 10:58:34 -0500 Subject: [PATCH] Cleanup --- src/sbot.rs | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/src/sbot.rs b/src/sbot.rs index 998b498..d553128 100644 --- a/src/sbot.rs +++ b/src/sbot.rs @@ -333,10 +333,7 @@ impl Sbot { } // if we find a CancelStreamResponse // this is the end of the stream - RecvMsg::CancelStreamRespose() => { - println!("found cancel stream"); - break - }, + RecvMsg::CancelStreamRespose() => break, // if we find an unknown response, we just continue the loop _ => {} }