add better debug messages for interface create/remove/update
[project/netifd.git] / config.c
index cb79b2a..1ca0256 100644 (file)
--- a/config.c
+++ b/config.c
@@ -148,8 +148,6 @@ config_parse_interface(struct uci_section *s)
        const char *type;
        struct blob_attr *config;
 
-       D(INTERFACE, "Create interface '%s'\n", s->e.name);
-
        blob_buf_init(&b, 0);
 
        type = uci_lookup_option_string(uci_ctx, s, "type");