]> git.ipfire.org Git - location/libloc.git/commitdiff
network: Remove debugging output
authorMichael Tremer <michael.tremer@ipfire.org>
Fri, 20 Nov 2020 16:25:27 +0000 (16:25 +0000)
committerMichael Tremer <michael.tremer@ipfire.org>
Fri, 20 Nov 2020 16:25:27 +0000 (16:25 +0000)
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
src/network.c

index b440d7610312b112b95f5be8e4294db71c45a8d0..3271272a5def8f1daae11a4a23240fd87b863ed1 100644 (file)
@@ -670,10 +670,6 @@ LOC_EXPORT struct loc_network_list* loc_network_exclude(
                loc_network_unref(subnet2);
        }
 
-#ifdef ENABLE_DEBUG
-       loc_network_list_dump(list);
-#endif
-
        // Return the result
        return list;