iup: remove unneeded log message

This commit is contained in:
Alex Oprea 2016-08-30 14:43:39 +02:00
parent c0e76808e3
commit dec7322ad1

View file

@ -423,8 +423,6 @@ if [ -n "$1" ]; then
elif [ -n "$vlanid" ]; then
logger -t dhcp_opt132 "vlanid: ${vlanid}"
change_to_vlan ${vlanid} 0 ${interface}
else
logger -t dhcp_opt132 "no vlanid given"
fi
fi