Skip to content

Commit

Permalink
Removed dbg print
Browse files Browse the repository at this point in the history
  • Loading branch information
Klapeyron committed Dec 6, 2020
1 parent 1d95aaf commit 2165987
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/messages/receiver.rs
Expand Up @@ -229,7 +229,6 @@ impl Decoder for MessageReceiver {
vec![]
};

dbg!(&bytes);
Ok(None)
}
SubmessageKind::INFO_TS => {
Expand Down

0 comments on commit 2165987

Please sign in to comment.