From eabbfe9b78eaf09980fd7dbfb803f1476d936e56 Mon Sep 17 00:00:00 2001 From: Changyeon Lee Date: Mon, 16 Jan 2023 12:20:14 +0900 Subject: [PATCH] Revert "[temporary] add debug log in tbm_bo_unmap" This reverts commit 67fca7109e3e43a58d0fd84def66dfcdc7167b56. Change-Id: Ifcafbd7af0ec503c12e5893e4432077e58e09469 --- src/tbm_bo.c | 5 ----- 1 file changed, 5 deletions(-) diff --git a/src/tbm_bo.c b/src/tbm_bo.c index ab69079..ca47734 100644 --- a/src/tbm_bo.c +++ b/src/tbm_bo.c @@ -34,9 +34,6 @@ SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. #include "tbm_bufmgr_int.h" #include "list.h" -#undef LOG_TAG -#define LOG_TAG "TBM" - /* check condition */ #define TBM_BO_RETURN_IF_FAIL(cond) {\ if (!(cond)) {\ @@ -401,8 +398,6 @@ tbm_bo_unmap(tbm_bo bo) { tbm_error_e error; - SLOGD("bo(%p) unmap", bo); - _tbm_bufmgr_mutex_lock(); _tbm_set_last_result(TBM_ERROR_NONE); -- 2.7.4