Skip to content

Commit

Permalink
removed unneeded imports
Browse files Browse the repository at this point in the history
  • Loading branch information
gferraro committed Oct 16, 2024
1 parent ef136fa commit a0787df
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion src/dbus_audio.rs
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ fn default_handler(
) -> HandleResult<()> {
Ok(None)
}
use log::{debug, info, warn};

fn audio_handler(
recording_state_ctx: &mut RecordingState,
Expand Down
1 change: 0 additions & 1 deletion src/recording_state.rs
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
use crate::dbus_attiny_i2c::{dbus_write_attiny_command, read_tc2_agent_state};
use crate::dbus_audio::AudioStatus;
use log::error;
use log::{debug, info, warn};
use rustbus::DuplexConn;
use std::process;
use std::sync::atomic::{AtomicU8, Ordering};
Expand Down

0 comments on commit a0787df

Please sign in to comment.