Skip to content

Commit

Permalink
Remove unhelpful and potentially verbose log
Browse files Browse the repository at this point in the history
Closes #227
  • Loading branch information
aramg committed Dec 27, 2023
1 parent add5733 commit e57d663
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/av.c
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,6 @@ void *BatteryThreadProc(__attribute__((__unused__)) void *args) {
}

if (Send(BATTERY_REQ, CSTR_LEN(BATTERY_REQ), socket) <= 0) {
errprint("error sending battery status request: (%d) '%s'\n",
errno, strerror(errno));
goto LOOP;
}

Expand Down

0 comments on commit e57d663

Please sign in to comment.