Remove unnecessary log 59/217859/1
authorHwankyu Jhun <h.jhun@samsung.com>
Fri, 15 Nov 2019 03:55:47 +0000 (12:55 +0900)
committerHwankyu Jhun <h.jhun@samsung.com>
Fri, 15 Nov 2019 03:56:01 +0000 (12:56 +0900)
Change-Id: Ie07c0af66aaae009ccc9d1b54bf1248c99d24ff4
Signed-off-by: Hwankyu Jhun <h.jhun@samsung.com>
frame-broker/src/frame_context.c

index dc79814..2e35843 100644 (file)
@@ -250,8 +250,6 @@ int frame_context_set_frame(frame_context_h handle, frame_h frame)
        if (handle->frame)
                frame_destroy(handle->frame);
 
-       _W("prev frame(%p), new frame(%p)", handle->frame, frame);
-
        handle->frame = frame;
 
        return FRAME_BROKER_ERROR_NONE;