Commit 8332f92a authored by Michael Tremer's avatar Michael Tremer

network-list: Remove debugging line

Signed-off-by: default avatarMichael Tremer <michael.tremer@ipfire.org>
parent 0905528e
......@@ -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)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment