Remove temporary debugging log output

This commit is contained in:
Ian Barwick
2019-04-24 13:17:52 +09:00
parent 5a9175c740
commit 3231b5034d

View File

@@ -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 */