Remove unnecessary log 11/210211/1
authorJusung Son <jusung07.son@samsung.com>
Wed, 17 Jul 2019 02:24:21 +0000 (11:24 +0900)
committerJusung Son <jusung07.son@samsung.com>
Wed, 17 Jul 2019 02:25:32 +0000 (11:25 +0900)
Change-Id: I5d738b61c7a1fb53b37f0ff10bd6b503c3e854cf
Signed-off-by: Jusung Son <jusung07.son@samsung.com>
src/data_control_internal.c [changed mode: 0755->0644]

old mode 100755 (executable)
new mode 100644 (file)
index e8cd310..b84a220
@@ -648,7 +648,7 @@ static int __recv_sql_select_process(bundle *kb, int fd,
                                        retval = DATA_CONTROL_ERROR_IO_ERROR;
                                        goto out;
                                }
-                               _LOGE("value : %s", (char *)value);
+
                                if (write(result_fd, value, sizeof(char) * size) == -1) {
                                        _LOGE("Writing a value to a file descriptor is failed. errno = %d", errno);
                                        retval = DATA_CONTROL_ERROR_IO_ERROR;