aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/wm_client.cpp1
1 files changed, 0 insertions, 1 deletions
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);