Remove presence API - not working, maybe it'll be deprecated 51/142151/1
authorJin Yoon <jinny.yoon@samsung.com>
Thu, 3 Aug 2017 01:50:25 +0000 (10:50 +0900)
committerJin Yoon <jinny.yoon@samsung.com>
Thu, 3 Aug 2017 01:50:25 +0000 (10:50 +0900)
Change-Id: Idd20dbc094138b274bcbd3ccdbd8c27e0dd4f20a

src/connectivity.c

index eb720ec..eb281f1 100644 (file)
@@ -353,9 +353,6 @@ int connectivity_init(void)
        ret = iotcon_set_device_name(ULTRASONIC_RESOURCE_TYPE);
        goto_if(IOTCON_ERROR_NONE != ret, error);
 
-       ret = iotcon_start_presence(10);
-       goto_if(IOTCON_ERROR_NONE != ret, error);
-
        return 0;
 
 error: