Merge pull request #15202 from idryzhov/mgmt-log

mgmtd: remove unguarded debug log
This commit is contained in:
Donald Sharp 2024-01-23 13:55:44 -05:00 committed by GitHub
commit d1ce73a0fe
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View 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;
}