commit 4b7fd3dc151abe6a21a291bbe672f3a4387ba404
parent e96d4d22f6c0bd01aa6d92db8e1a02aebce14e66
Author: Christophe Coustet <christophe.coustet@meso-star.com>
Date: Fri, 3 Jul 2020 14:35:47 +0200
Remove a warning log message
Diffstat:
1 file changed, 0 insertions(+), 3 deletions(-)
diff --git a/src/senc2d_scene_analyze.c b/src/senc2d_scene_analyze.c
@@ -902,9 +902,6 @@ collect_and_link_neighbours
#pragma omp critical
{
struct frontier_vertex frontier_vertex;
- log_warn(scn->dev,
- "%s: found frontier involving segment "PRTF_SEG".\n",
- FUNC_NAME, crt_id);
frontier_vertex.seg = crt_id;
frontier_vertex.vrtx = v;
darray_frontier_vertex_push_back(frontiers, &frontier_vertex);