diff options
author | Mauro Sardara <msardara@cisco.com> | 2019-10-23 13:44:28 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@fd.io> | 2019-10-23 13:44:28 +0000 |
commit | b689543d557b05e8365733874d38b61421ad3d59 (patch) | |
tree | 2b1ffd7606134f2389abebf1b4b03ef3ddc5bd66 /ctrl/facemgr/src/interfaces/hicn_light/hicn_light.c | |
parent | d156ff7b66f49d1a880bb3ec70b42a255b4985cc (diff) | |
parent | 0bfd0847d74298387da9b3e71e96e2010d881c7d (diff) |
Merge "[HICN-319] facemgr should allow face creation even though already in cache"
Diffstat (limited to 'ctrl/facemgr/src/interfaces/hicn_light/hicn_light.c')
-rw-r--r-- | ctrl/facemgr/src/interfaces/hicn_light/hicn_light.c | 1 |
1 files changed, 0 insertions, 1 deletions
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: |