From: SooChan Lim Date: Wed, 16 Jun 2021 05:17:50 +0000 (+0900) Subject: tbm_bo: remove error log. X-Git-Tag: submit/tizen/20210617.053259~11 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=53781fa7ced41df99ba1d3c4b10fa04d5247fcc3;p=platform%2Fcore%2Fuifw%2Flibtbm.git tbm_bo: remove error log. Change-Id: Id8928e5abbfea8873e55f2e79e1f3b5059f2dc9f --- diff --git a/src/tbm_bo.c b/src/tbm_bo.c index 58d832b..daefd18 100644 --- a/src/tbm_bo.c +++ b/src/tbm_bo.c @@ -428,8 +428,6 @@ tbm_bo_alloc_with_format(tbm_bufmgr bufmgr, int format, int bo_idx, int width, bo->bo_data = tbm_module_bufmgr_bo_alloc_with_format(bufmgr->module, format, bo_idx, width, height, bpp, flags, error); if (!bo->bo_data) { /* LCOV_EXCL_START */ - TBM_ERR("tbm_module_bufmgr_bo_alloc_with_format failed. fmt:%d idx:%d wxh:%dx%d mem_types:%s\n", - format, bo_idx, width, height, _tbm_flag_to_str(flags)); _tbm_set_last_result(*error); /* LCOV_EXCL_STOP */ goto fail;