ospf6d: remove unguarded debug message

This debug message is of little use so remove it instead of adding
a debug guard for it.

Signed-off-by: Renato Westphal <renato@opensourcerouting.org>
This commit is contained in:
Renato Westphal 2021-09-23 01:14:13 -03:00
parent 578e1c5331
commit 36be5c61b3

View File

@ -576,8 +576,6 @@ DEFUN (area_range,
range->path.u.cost_config = cost;
zlog_debug("%s: for prefix %s, flag = %x", __func__,
argv[idx_ipv6_prefixlen]->arg, range->flag);
if (range->rnode == NULL) {
ospf6_route_add(range, oa->range_table);
}