From e17c03a16041178b6cf916a99a82ce5a256ea91c Mon Sep 17 00:00:00 2001 From: Justin Dickow Date: Tue, 19 Jan 2016 11:16:15 -0500 Subject: Remove DCHECKs that seem to always be tripping everyone up --- src/components/application_manager/src/message_helper.cc | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/components/application_manager/src/message_helper.cc b/src/components/application_manager/src/message_helper.cc index 1ec93f8ba..bbe5bad19 100644 --- a/src/components/application_manager/src/message_helper.cc +++ b/src/components/application_manager/src/message_helper.cc @@ -1267,9 +1267,7 @@ bool MessageHelper::CreateHMIApplicationStruct(ApplicationConstSharedPtr app, } const SmartObject* app_types = app->app_types(); - DCHECK_OR_RETURN(app_types, false); const SmartObject* ngn_media_screen_name = app->ngn_media_screen_name(); - DCHECK_OR_RETURN(ngn_media_screen_name, false); const connection_handler::DeviceHandle handle = app->device(); std::string device_name = ApplicationManagerImpl::instance()->GetDeviceName(handle); -- cgit v1.2.1