]> git.ipfire.org Git - location/libloc.git/commitdiff
networks: Remove accidentially committed debug line
authorMichael Tremer <michael.tremer@ipfire.org>
Wed, 21 Oct 2020 13:44:50 +0000 (13:44 +0000)
committerMichael Tremer <michael.tremer@ipfire.org>
Wed, 21 Oct 2020 13:44:50 +0000 (13:44 +0000)
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
src/network.c

index c112a41d3428b5235737f49f2bab32fd003bd129..be88d758da62aae1f336d4b6fe7f244bab667107 100644 (file)
@@ -208,8 +208,6 @@ FAIL:
        if (r)
                return r;
 
-       DEBUG(ctx, "GOT HERE\n");
-
        // Create a new network
        return loc_network_new(ctx, network, &first_address, prefix);
 }