summaryrefslogtreecommitdiff
path: root/src/components/policy/policy_external/src
diff options
context:
space:
mode:
authorconlain-k <conlain.k@gmail.com>2018-06-25 11:12:56 -0400
committerGitHub <noreply@github.com>2018-06-25 11:12:56 -0400
commit7e4768b922fe7693c3fa552c08ced456306cb103 (patch)
tree9caffb7d534bd3b428b3388cb97ff55cf864350a /src/components/policy/policy_external/src
parentccf9073578e5c43f99ca9c8db09a15382129e0bd (diff)
parenta79341d7a35b7d97e239d4908a34b72978d5a821 (diff)
downloadsdl_core-7e4768b922fe7693c3fa552c08ced456306cb103.tar.gz
Merge branch 'develop' into feature/boost_datetime_implementation
Diffstat (limited to 'src/components/policy/policy_external/src')
-rw-r--r--src/components/policy/policy_external/src/policy_manager_impl.cc5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/components/policy/policy_external/src/policy_manager_impl.cc b/src/components/policy/policy_external/src/policy_manager_impl.cc
index 07afb2fe22..84705978d4 100644
--- a/src/components/policy/policy_external/src/policy_manager_impl.cc
+++ b/src/components/policy/policy_external/src/policy_manager_impl.cc
@@ -1790,11 +1790,6 @@ StatusNotifier PolicyManagerImpl::AddApplication(
device_consent);
} else {
PromoteExistedApplication(application_id, device_consent);
- if (helpers::in_range(hmi_types, policy_table::AHT_NAVIGATION) &&
- !HasCertificate()) {
- LOG4CXX_DEBUG(logger_, "Certificate does not exist, scheduling update.");
- update_status_manager_.ScheduleUpdate();
- }
return utils::MakeShared<utils::CallNothing>();
}
}