Skip to content

Commit

Permalink
rc: remove debug log
Browse files Browse the repository at this point in the history
  • Loading branch information
tsl0922 committed Oct 11, 2023
1 parent 6d096ea commit aeef413
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion trunk/user/rc/src/rc.c
Original file line number Diff line number Diff line change
Expand Up @@ -680,7 +680,6 @@ LED_CONTROL(int gpio_led, int flag)
if (flag != LED_OFF && !nvram_get_int("led_front_t"))
flag = LED_OFF;

logmessage(LOGNAME, "LED_CONTROL: %s=%d", led_to_name(gpio_led), flag);
gpio_led_set(gpio_led, flag);
}

Expand Down

0 comments on commit aeef413

Please sign in to comment.