mirror of
https://github.com/EnterpriseDB/repmgr.git
synced 2026-03-22 22:56:29 +00:00
Remove temporary debugging log output
This commit is contained in:
@@ -4898,8 +4898,6 @@ remove_child_node_record(t_child_node_info_list *nodes, int node_id)
|
||||
{
|
||||
next_node = node->next;
|
||||
|
||||
log_debug("ZZZ node: %i", node->node_id);
|
||||
|
||||
if (node->node_id == node_id)
|
||||
{
|
||||
/* first node */
|
||||
|
||||
Reference in New Issue
Block a user