]> git.ipfire.org Git - people/stevee/ipfire-2.x.git/commitdiff
ipset-functions.pl: Drop debug output from clenup_ipsets() function
authorStefan Schantl <stefan.schantl@ipfire.org>
Fri, 14 Apr 2023 17:14:59 +0000 (19:14 +0200)
committerStefan Schantl <stefan.schantl@ipfire.org>
Fri, 14 Apr 2023 17:14:59 +0000 (19:14 +0200)
Signed-off-by: Stefan Schantl <stefan.schantl@ipfire.org>
config/cfgroot/ipset-functions.pl

index 281f8f73c4af5b5819a5818d24048376ca2cb97c..85f8640481bcda3c56910e4a3e8b04db3c198ef1 100644 (file)
@@ -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);
                }