From 3231b5034dde851ea49dbcaf0d5e849aa08be0d2 Mon Sep 17 00:00:00 2001 From: Ian Barwick Date: Wed, 24 Apr 2019 13:17:52 +0900 Subject: [PATCH] Remove temporary debugging log output --- repmgrd-physical.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/repmgrd-physical.c b/repmgrd-physical.c index 76b0d628..29e8c0cb 100644 --- a/repmgrd-physical.c +++ b/repmgrd-physical.c @@ -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 */