sdb: remove calling sdb notification
authormunkyu.im <munkyu.im@samsung.com>
Mon, 26 Aug 2013 05:38:10 +0000 (14:38 +0900)
committermunkyu.im <munkyu.im@samsung.com>
Mon, 26 Aug 2013 05:38:10 +0000 (14:38 +0900)
Change-Id: Ibdb0f6bd5d0369dd17bd2e4039b41ffb6c6f9f7d
Signed-off-by: munkyu.im <munkyu.im@samsung.com>
tizen/src/guest_server.c

index d258cab..689ceb3 100644 (file)
@@ -342,7 +342,6 @@ static void* run_guest_server(void* args)
             } else if (strcmp(command, "3\n" ) == 0) {
                 TRACE("command:%s\n", command);
                 notify_sensor_daemon_start();
-                notify_sdb_daemon_start();
             } else if (strcmp(command, "4\n") == 0) {
                 /* sdcard mount/umount msg recv from emuld */
                 INFO("command:%s\n", command);