summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDonald Sharp <donaldsharp72@gmail.com>2024-01-23 13:55:44 -0500
committerGitHub <noreply@github.com>2024-01-23 13:55:44 -0500
commitd1ce73a0fe5db372a36950fb77bdeed6858df09d (patch)
treea387d0bf96844c9739e13106eb6ef8ea26d29ebf
parenta2ce7f1e4f93b20a270c900b16330e4ee80ed1f4 (diff)
parented57daf60aafb42840e9b46c66883a326efa2b68 (diff)
Merge pull request #15202 from idryzhov/mgmt-log
mgmtd: remove unguarded debug log
-rw-r--r--mgmtd/mgmt_txn.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/mgmtd/mgmt_txn.c b/mgmtd/mgmt_txn.c
index b4b67b4551..c19b39c696 100644
--- a/mgmtd/mgmt_txn.c
+++ b/mgmtd/mgmt_txn.c
@@ -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;
}