tbm_bo: remove error log. 99/259899/1
authorSooChan Lim <sc1.lim@samsung.com>
Wed, 16 Jun 2021 05:17:50 +0000 (14:17 +0900)
committerSooChan Lim <sc1.lim@samsung.com>
Wed, 16 Jun 2021 05:17:50 +0000 (14:17 +0900)
Change-Id: Id8928e5abbfea8873e55f2e79e1f3b5059f2dc9f

src/tbm_bo.c

index 58d832b..daefd18 100644 (file)
@@ -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;