From cb42c112b815dbd71ccacba3c5302b4c240dbd4e Mon Sep 17 00:00:00 2001 From: Stefan Schantl Date: Fri, 14 Apr 2023 19:14:59 +0200 Subject: [PATCH] ipset-functions.pl: Drop debug output from clenup_ipsets() function Signed-off-by: Stefan Schantl --- config/cfgroot/ipset-functions.pl | 2 -- 1 file changed, 2 deletions(-) diff --git a/config/cfgroot/ipset-functions.pl b/config/cfgroot/ipset-functions.pl index 281f8f73c..85f864048 100644 --- a/config/cfgroot/ipset-functions.pl +++ b/config/cfgroot/ipset-functions.pl @@ -56,8 +56,6 @@ sub cleanup_ipsets () { # If the refcount is zero the set is not used and can be # unloaded. if ($refcount eq "0") { - print "Delete unused set: $set\n"; - # Unload/Destroy the set. &IPSet::delete_set($session, $set); } -- 2.39.5