Skip to content

Commit

Permalink
interfaces-plugin: remove interface log
Browse files Browse the repository at this point in the history
  • Loading branch information
Mateo Cindrić committed Sep 27, 2022
1 parent 2f41b76 commit 6e9383a
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/interfaces/src/plugin/subscription/operational.c
Original file line number Diff line number Diff line change
Expand Up @@ -1840,8 +1840,6 @@ int interfaces_subscription_operational_interfaces_interface(sr_session_ctx_t* s
// iterate links and add them to the operational DS
link_iter = (struct rtnl_link*)nl_cache_get_first(nl_ctx->link_cache);
while (link_iter) {
SRPLG_LOG_INF(PLUGIN_NAME, "Interface %s", rtnl_link_get_name(link_iter));

// add interface
SRPC_SAFE_CALL_ERR(error, interfaces_ly_tree_create_interfaces_interface(ly_ctx, *parent, &interface_list_node, rtnl_link_get_name(link_iter)), error_out);

Expand Down

0 comments on commit 6e9383a

Please sign in to comment.