remove assert code. 75/58575/1
authorjongmyeongko <jongmyeong.ko@samsung.com>
Tue, 2 Feb 2016 04:06:56 +0000 (13:06 +0900)
committerjongmyeongko <jongmyeong.ko@samsung.com>
Tue, 2 Feb 2016 04:06:56 +0000 (13:06 +0900)
Change-Id: I70e5285b9492b203127a0b80ee34fcf6f9a76364
Signed-off-by: jongmyeongko <jongmyeong.ko@samsung.com>
src/esd_main.c

index 6d35c03..5488d15 100644 (file)
@@ -6,7 +6,6 @@
 #include <dlog.h>
 #include <Ecore.h>
 #include <gio/gio.h>
-#include <assert.h>
 #include <package-manager.h>
 #include <pkgmgr-info.h>
 #include <appsvc/appsvc.h>
@@ -2077,14 +2076,12 @@ int main(int argc, char *argv[])
 
        if (__esd_init() != 0) {
                _E("ESD Initialization failed!");
-               assert(0);
                return ES_R_ERROR;
        }
 
        if (__esd_before_loop() < 0) {
                _E("ESD failed!");
                __esd_finalize();
-               assert(0);
                return ES_R_ERROR;
        }