port-management: Fix failing uci-defaults script

Remove leftover debug printout that was causing uci-defaults script to
fail at first boot due populate_config() returning non-zero.
This commit is contained in:
Erik Karlsson 2021-02-02 10:04:56 +01:00 committed by Sukru Senli
parent 4de73e9cb0
commit 5d6c215f23

View file

@ -33,8 +33,6 @@ populate_config(){
done
uci commit ports
[ $DEBUG ] && cat /etc/config/ports
}
[ -f /sbin/db -a -f /etc/board-db/config/hw ] && populate_config