Skip to content
Snippets Groups Projects
Commit 73b1e0d9 authored by Stephen D's avatar Stephen D
Browse files

remove old print statement

parent cae4ad0e
No related branches found
No related tags found
No related merge requests found
......@@ -46,8 +46,6 @@ impl Controller {
}
fn process_image(&self, img: &[u8], idx: u8, tx: &SyncSender<FecPacket>) -> anyhow::Result<()> {
println!("Got an image of {} bytes", img.len());
for p in ssdv_encode("VE9QLE", img, idx)? {
tx.send(p.into()).context("TX thread died")?;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment