Remove unreachable codes 12/277312/1
authorwn.jang <wn.jang@samsung.com>
Tue, 5 Jul 2022 04:43:02 +0000 (13:43 +0900)
committerwn.jang <wn.jang@samsung.com>
Tue, 5 Jul 2022 04:43:02 +0000 (13:43 +0900)
Change-Id: I355058d68d6a2f850ab346dd4e934cad3d85ff9f

client/stt.c

index d6fbafb..a9aaf36 100644 (file)
@@ -982,12 +982,8 @@ static Eina_Bool __stt_connect_daemon(void *data)
 
        /* Send hello */
        ret = stt_dbus_request_hello(client->uid);
-
        if (0 != ret) {
-               if (STT_ERROR_INVALID_STATE == ret) {
-                       g_connect_timer = NULL;
-                       return EINA_FALSE;
-               }
+               SLOG(LOG_ERROR, TAG_STTC, "[ERROR] Fail to send hello, ret(0x%x)", ret);
                return EINA_TRUE;
        }