Skip to content

Commit

Permalink
fixes
Browse files Browse the repository at this point in the history
Signed-off-by: Jess Frazelle <[email protected]>
  • Loading branch information
jessfraz committed Aug 3, 2024
1 parent 382e8fe commit 7c73f2b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bambulabs/src/client.rs
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ impl Client {
return Ok(());
}

println!("{:#?}", message);
//println!("{:#?}", message);
self.responses.insert(sequence_id, message);
return Ok(());
}
Expand Down

0 comments on commit 7c73f2b

Please sign in to comment.