mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-08-14 16:04:49 +00:00
mgmtd: remove unguarded debug log
The log doesn't provide any valuable information, so removing it instead of adding a check. Signed-off-by: Igor Ryzhov <iryzhov@nfware.com>
This commit is contained in:
parent
22d1ad786f
commit
ed57daf60a
@ -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;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user