From 0bfd0847d74298387da9b3e71e96e2010d881c7d Mon Sep 17 00:00:00 2001 From: Jordan Augé Date: Fri, 11 Oct 2019 15:44:48 +0200 Subject: [HICN-319] facemgr should allow face creation even though already in cache MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: Icadfdc6369711575cfc8b8fee8e956b004860e1b Signed-off-by: Jordan Augé --- ctrl/facemgr/src/interfaces/hicn_light/hicn_light.c | 1 - 1 file changed, 1 deletion(-) (limited to 'ctrl/facemgr/src/interfaces/hicn_light/hicn_light.c') diff --git a/ctrl/facemgr/src/interfaces/hicn_light/hicn_light.c b/ctrl/facemgr/src/interfaces/hicn_light/hicn_light.c index e42c6c6ae..3ebbee4a1 100644 --- a/ctrl/facemgr/src/interfaces/hicn_light/hicn_light.c +++ b/ctrl/facemgr/src/interfaces/hicn_light/hicn_light.c @@ -205,7 +205,6 @@ int hl_on_event(interface_t * interface, const facelet_t * facelet) ERROR("Failed to delete face\n"); goto ERR; } - INFO("Deleted face id=%d\n", hc_face.id); break; case FACELET_EVENT_UPDATE: -- cgit 1.2.3-korg