[Tizen] Remove empty line of trace log
[platform/core/uifw/dali-adaptor.git] / dali / internal / window-system / tizen-wayland / ecore-wl2 / window-base-ecore-wl2.cpp
index 7aaf6db..e7c868b 100644 (file)
@@ -1290,7 +1290,7 @@ void WindowBaseEcoreWl2::OnKeyUp(void* data, int type, void* event)
     std::ostringstream stream;
     if(gTraceFilter->IsTraceEnabled())
     {
-      stream << "DALI_ON_KEY_UP [" << keyName << "]" << std::endl;
+      stream << "DALI_ON_KEY_UP [" << keyName << "]";
       DALI_TRACE_BEGIN(gTraceFilter, stream.str().c_str());
     }
 #endif