Skip to content

Commit

Permalink
chore(backend-log): remove duplicate log
Browse files Browse the repository at this point in the history
  • Loading branch information
SARDONYX-sard committed Jul 27, 2024
1 parent 5aa78c7 commit 6a029f1
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions gui/backend/src/cmd/battery_reporter.rs
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,6 @@ pub async fn restart_interval(window: Window) {
// NOTE: The callback fn cannot return a Result, so write only error log.
match find_bluetooth_devices().await {
Ok(devices) => {
tracing::debug!("Got devices: {:#?}", devices);

for dev in &devices {
if instance_id.is_empty() {
if !dev.is_connected {
Expand Down

0 comments on commit 6a029f1

Please sign in to comment.