summaryrefslogtreecommitdiff
path: root/src/components/policy/policy_regular/src/policy_helper.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/components/policy/policy_regular/src/policy_helper.cc')
-rw-r--r--src/components/policy/policy_regular/src/policy_helper.cc2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/components/policy/policy_regular/src/policy_helper.cc b/src/components/policy/policy_regular/src/policy_helper.cc
index ec84486ea6..a5d66fafba 100644
--- a/src/components/policy/policy_regular/src/policy_helper.cc
+++ b/src/components/policy/policy_regular/src/policy_helper.cc
@@ -322,7 +322,6 @@ void policy::CheckAppPolicy::NotifySystem(
const auto devices_ids = listener.GetDevicesIds(app_policy.first);
if (devices_ids.empty()) {
SDL_LOG_WARN(
-
"Couldn't find device info for application id: " << app_policy.first);
return;
}
@@ -616,7 +615,6 @@ bool CheckAppPolicy::IsAppPropertiesChanged(
if (!IsKnownAppication(app_policy.first)) {
SDL_LOG_DEBUG(
-
"AppProperties provided for new application: " << app_policy.first);
return true;
}