Skip to content

Commit aaff856

Browse files
committed
fw/services/common/battery/monitor: remove redundant logging
Signed-off-by: Gerard Marull-Paretas <gerard@teslabs.com>
1 parent 639b3cc commit aaff856

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/fw/services/common/battery/battery_monitor.c

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -156,8 +156,6 @@ static void prv_log_battery_state(PreciseBatteryChargeState state) {
156156
(s_prev_batt_state.all != new_batt_state.all) ||
157157
s_first_run) {
158158
s_prev_batt_state.all = new_batt_state.all;
159-
PBL_LOG_COLOR(LOG_LEVEL_INFO, BATT_LOG_COLOR, "Percent: %d Charging: %d Plugged: %d",
160-
percent, state.is_charging, state.is_plugged);
161159
}
162160
}
163161

0 commit comments

Comments
 (0)