[Tizen] Fix build error when enable_debug flag is enabled. 01/267201/1
authorWonsik Jung <sidein@samsung.com>
Mon, 29 Nov 2021 09:30:09 +0000 (18:30 +0900)
committerWonsik Jung <sidein@samsung.com>
Mon, 29 Nov 2021 09:31:38 +0000 (18:31 +0900)
When enable_debug flag is enable, one build error occurs.
It is to fix that.

Change-Id: I090016468f9180f4a4f884770e7bac6338499f0f

dali/internal/window-system/tizen-wayland/ecore-wl2/window-base-ecore-wl2.cpp

index c2ee17a..ccea97c 100644 (file)
@@ -585,7 +585,6 @@ static Eina_Bool EcoreEventWindowRedrawRequest(void* data, int type, void* event
 static Eina_Bool EcoreEventWindowAuxiliaryMessage(void *data, int type, void *event)
 {
   WindowBaseEcoreWl2*          windowBase             = static_cast<WindowBaseEcoreWl2*>(data);
-  DALI_LOG_INFO(gWindowBaseLogFilter, Debug::General, "WindowBaseEcoreWl2::EcoreEventWindowAuxiliaryMessage, window[ %d ]\n", windowAuxiliaryMessage->win);
   if(windowBase)
   {
     windowBase->OnEcoreEventWindowAuxiliaryMessage(event);