Remove unnecessary log 30/191630/1
authorJihoon Kim <jihoon48.kim@samsung.com>
Fri, 19 Oct 2018 08:10:55 +0000 (17:10 +0900)
committerJihoon Kim <jihoon48.kim@samsung.com>
Fri, 19 Oct 2018 08:11:25 +0000 (17:11 +0900)
Change-Id: Iefa9dc459389600a4fedf46e9aac432884833d7c
Signed-off-by: Jihoon Kim <jihoon48.kim@samsung.com>
common/autofill_fill_response_item.c

index 0a4f809..93ace5d 100644 (file)
@@ -35,8 +35,6 @@ struct autofill_response_item_s {
 
 EXPORT_API int autofill_fill_response_item_create(autofill_fill_response_item_h *it)
 {
-    LOGD("autofill fill response item create");
-
     if (!it)
         return AUTOFILL_ERROR_INVALID_PARAMETER;