Revert "[Tizen] ecore-wl2: add zxdg_shell define"
[platform/core/uifw/dali-adaptor.git] / dali / internal / window-system / tizen-wayland / ecore-wl2 / window-render-surface-ecore-wl2.cpp
index 7e73f07..0f57675 100644 (file)
@@ -71,7 +71,6 @@ WindowRenderSurface::~WindowRenderSurface()
 {
   if( mEglWindow != NULL )
   {
-    DALI_LOG_RELEASE_INFO("Egl window is destroyed by wl2 WindowRenderSurface Destructor\n");
     wl_egl_window_destroy(mEglWindow);
     mEglWindow = NULL;
   }
@@ -202,7 +201,6 @@ void WindowRenderSurface::DestroyEglSurface( EglInterface& eglIf )
 
   if( mEglWindow != NULL )
   {
-    DALI_LOG_RELEASE_INFO("Egl window is destroyed by wl2 WindowRenderSurface::DestroyEglSurface()\n");
     wl_egl_window_destroy(mEglWindow);
     mEglWindow = NULL;
   }
@@ -214,7 +212,6 @@ bool WindowRenderSurface::ReplaceEGLSurface( EglInterface& egl )
 
   if( mEglWindow != NULL )
   {
-    DALI_LOG_RELEASE_INFO("Egl window is destroyed by wl2 WindowRenderSurface::ReplaceEGLSurface()\n");
     wl_egl_window_destroy(mEglWindow);
     mEglWindow = NULL;
   }