From: Michael Tremer Date: Sun, 23 Sep 2018 14:31:39 +0000 (+0200) Subject: Remove debugging line X-Git-Tag: 010~23 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=5195842d5ea56a429477cd9b3e332f4a14f283c6;p=network.git Remove debugging line Signed-off-by: Michael Tremer --- diff --git a/src/functions/functions.hotplug b/src/functions/functions.hotplug index f7a02ae4..2e5bccc7 100644 --- a/src/functions/functions.hotplug +++ b/src/functions/functions.hotplug @@ -76,8 +76,6 @@ hotplug_event_interface_is_zone() { local zone="${1}" assert isset zone - log DEBUG "${zone}= ${INTERFACE}?" - [ "${zone}" = "${INTERFACE}" ] }