networking/red: remove leftover debugging messages.

Signed-off-by: Arne Fitzenreiter <arne_f@ipfire.org>
This commit is contained in:
Arne Fitzenreiter
2024-11-08 18:49:52 +01:00
parent afd54bb41a
commit e8b7c0bc3f

View File

@@ -180,8 +180,6 @@ case "${1}" in
;;
esac
echo dhcpcd_start "${DEVICE}" "${DHCPCD_ARGS[@]}"
if [ -z "${pid}" ]; then
# No wpa_supplicant is running. So it's save to start dhcpcd.
dhcpcd_start "${DEVICE}" "${DHCPCD_ARGS[@]}"