]> git.ipfire.org Git - location/libloc.git/commitdiff
network-list: Remove debugging line
authorMichael Tremer <michael.tremer@ipfire.org>
Mon, 7 Mar 2022 14:48:33 +0000 (14:48 +0000)
committerMichael Tremer <michael.tremer@ipfire.org>
Mon, 7 Mar 2022 14:48:33 +0000 (14:48 +0000)
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
src/network-list.c

index 9f51965edb64f3b9c0adf0e4d0f0b46f4d0c3f24..c70c9986928d60a2bee050fd5ee2275e74468b9e 100644 (file)
@@ -356,8 +356,6 @@ int loc_network_list_summarize(struct loc_ctx* ctx,
                // Select the smaller one
                int bits = (bits1 > bits2) ? bits2 : bits1;
 
-               printf("prefix = %d, bits1 = %d, bits2 = %d\n", family_bit_length, bits1, bits2);
-
                // Create a network
                r = loc_network_new(ctx, &network, &start, family_bit_length - bits);
                if (r)