From a51b5deb6515f32781822b3105d733f84e5717cd Mon Sep 17 00:00:00 2001 From: Kazumasa Mitsunari Date: Tue, 19 Jun 2018 16:14:14 +0900 Subject: Remove unnecessary debug message Change-Id: Icb18c700c4c709d3b317a69a9b4421ce6a8a0cdc Signed-off-by: Kazumasa Mitsunari --- src/wm_client.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/wm_client.cpp b/src/wm_client.cpp index 72517bd..e7bdd76 100644 --- a/src/wm_client.cpp +++ b/src/wm_client.cpp @@ -84,7 +84,6 @@ unsigned WMClient::surfaceID(const string &role) const { if (0 == this->role2surface.count(role)) { - HMI_NOTICE("wm", "invalid role %s : appID : %s", role.c_str(), this->id.c_str()); return INVALID_SURFACE_ID; } return this->role2surface.at(role); -- cgit 1.2.3-korg