From 6d6e8b9c939e0696bcf1c4b1608b0d5d07625654 Mon Sep 17 00:00:00 2001 From: Jihoon Kim Date: Fri, 19 Oct 2018 17:10:55 +0900 Subject: [PATCH] Remove unnecessary log Change-Id: Iefa9dc459389600a4fedf46e9aac432884833d7c Signed-off-by: Jihoon Kim --- common/autofill_fill_response_item.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/common/autofill_fill_response_item.c b/common/autofill_fill_response_item.c index 0a4f809..93ace5d 100644 --- a/common/autofill_fill_response_item.c +++ b/common/autofill_fill_response_item.c @@ -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; -- 2.7.4