]> git.puffer.fish Git - mirror/frr.git/commitdiff
mgmtd: remove unguarded debug log 15202/head
authorIgor Ryzhov <iryzhov@nfware.com>
Tue, 23 Jan 2024 10:36:22 +0000 (12:36 +0200)
committerIgor Ryzhov <iryzhov@nfware.com>
Tue, 23 Jan 2024 10:36:22 +0000 (12:36 +0200)
The log doesn't provide any valuable information, so removing it instead
of adding a check.

Signed-off-by: Igor Ryzhov <iryzhov@nfware.com>
mgmtd/mgmt_txn.c

index b4b67b4551580bbbd395c9d98ffbe4e94f582893..c19b39c6966d6922972d786b32f927629b3b25fb 100644 (file)
@@ -1481,8 +1481,6 @@ static void mgmt_reset_get_data_reply(struct mgmt_get_data_reply *get_reply)
                        get_reply->reply_xpathp[indx] = 0;
                }
                if (get_reply->reply_data[indx].xpath) {
-                       zlog_debug("%s free xpath %p", __func__,
-                                  get_reply->reply_data[indx].xpath);
                        free(get_reply->reply_data[indx].xpath);
                        get_reply->reply_data[indx].xpath = 0;
                }