From 5195842d5ea56a429477cd9b3e332f4a14f283c6 Mon Sep 17 00:00:00 2001 From: Michael Tremer Date: Sun, 23 Sep 2018 16:31:39 +0200 Subject: [PATCH] Remove debugging line Signed-off-by: Michael Tremer --- src/functions/functions.hotplug | 2 -- 1 file changed, 2 deletions(-) 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}" ] } -- 2.47.3