Remove logs in request_hello 54/101854/1
authorSuyeon Hwang <stom.hwang@samsung.com>
Fri, 2 Dec 2016 08:41:40 +0000 (17:41 +0900)
committerSuyeon Hwang <stom.hwang@samsung.com>
Fri, 2 Dec 2016 08:46:46 +0000 (17:46 +0900)
Change-Id: I251373f7ee04a24a33559245e5a628083d544dc3
Signed-off-by: Suyeon Hwang <stom.hwang@samsung.com>
client/stt_dbus.c

index a143b71..5f3a6a8 100644 (file)
@@ -823,7 +823,6 @@ int stt_dbus_request_hello(int uid)
                                        SLOG(LOG_ERROR, TAG_STTC, "[ERROR] Fail to allocate memory");
                                        return STT_ERROR_OUT_OF_MEMORY;
                                }
-                               SLOG(LOG_DEBUG, TAG_STTC, "[DBUS] service name: %s, object path: %s, interface: %s", g_server_service_name, g_server_service_object, g_server_service_interface);
 
                                msg = dbus_message_new_method_call(
                                        STT_SERVER_SERVICE_NAME,
@@ -897,7 +896,6 @@ int stt_dbus_request_hello(int uid)
                                dbus_error_free(&err);
                        }
 
-                       SLOG(LOG_ERROR, TAG_STTC, "STT_ERROR_TIME_OUT");
                        result = STT_ERROR_TIMED_OUT;
                }
        } else {