Revert "[temporary] add debug log in tbm_bo_unmap" 62/286862/2
authorChangyeon Lee <cyeon.lee@samsung.com>
Mon, 16 Jan 2023 03:20:14 +0000 (12:20 +0900)
committerchangyeon lee <cyeon.lee@samsung.com>
Mon, 16 Jan 2023 03:29:22 +0000 (03:29 +0000)
This reverts commit 67fca7109e3e43a58d0fd84def66dfcdc7167b56.

Change-Id: Ifcafbd7af0ec503c12e5893e4432077e58e09469

src/tbm_bo.c

index ab69079..ca47734 100644 (file)
@@ -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);