Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
wuan committed Dec 31, 2023
1 parent 2eae988 commit 4029c1c
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -134,10 +134,6 @@ fn main() {
}
}

fn blabla(p0: String) {
todo!()
}

fn create_shelly_logger(_vec: Vec<Target>) -> (Arc::<Mutex::<dyn CheckMessage>>, Vec::<JoinHandle<()>>) {
let (tx, rx) = sync_channel(100);

Expand Down

0 comments on commit 4029c1c

Please sign in to comment.