From 484ca3914c63a508deb9b88ca01c127c56d1efbb Mon Sep 17 00:00:00 2001 From: lpf Date: Wed, 6 Nov 2024 14:27:37 +0800 Subject: [PATCH] =?UTF-8?q?property=E6=9C=AA=E5=88=A4=E7=A9=BA=EF=BC=8C?= =?UTF-8?q?=E5=88=A0=E9=99=A4=E6=97=A5=E5=BF=97=E6=89=93=E5=8D=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: lpf --- window_scene/session/host/src/session.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/window_scene/session/host/src/session.cpp b/window_scene/session/host/src/session.cpp index 960366c492..6fbe56db02 100644 --- a/window_scene/session/host/src/session.cpp +++ b/window_scene/session/host/src/session.cpp @@ -2613,7 +2613,6 @@ bool Session::GetBlockingFocus() const WSError Session::SetSessionProperty(const sptr& property) { - TLOGI(WmsLogTag::WMS_LAYOUT, "set property dragEnable: %{public}d", property->GetDragEnabled()); { std::unique_lock lock(propertyMutex_); property_ = property;