Skip to content

Commit

Permalink
src: lib: Remove logger from the navigator library
Browse files Browse the repository at this point in the history
  • Loading branch information
RaulTrombin authored and joaoantoniocardoso committed Sep 14, 2023
1 parent 4e154a7 commit b26c0f8
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -275,8 +275,6 @@ impl NavigatorBuilder {
}

pub fn build(self) -> Navigator {
env_logger::init();

let dev = I2cdev::new("/dev/i2c-4").unwrap();
let address = pwm_Address::default();
let pwm = Pca9685::new(dev, address).unwrap();
Expand Down

0 comments on commit b26c0f8

Please sign in to comment.