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 _ => {} }