Fix dbus delay when requesting hello
[platform/core/uifw/stt.git] / common / stt_engine.c
index ab6a4bc..9dfd996 100644 (file)
@@ -781,10 +781,6 @@ int stt_engine_send_result(stte_result_event_e event, const char* type, const ch
 
 int stt_engine_send_error(stte_error_e error, const char* msg)
 {
-       if (NULL == msg) {
-               SLOG(LOG_ERROR, stt_tag(), "[Engine ERROR] Invalid parameter");
-       }
-
        int ret = STTE_ERROR_NONE;
        ret = sttd_engine_agent_send_error(error, msg);
        if (0 != ret) {