!10529 property未判空,删除日志打印

Merge pull request !10529 from lpf/sunshenshun_wupengbo
This commit is contained in:
openharmony_ci 2024-11-06 07:14:09 +00:00 committed by Gitee
commit 0cc6544657
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

View File

@ -2614,7 +2614,6 @@ bool Session::GetBlockingFocus() const
WSError Session::SetSessionProperty(const sptr<WindowSessionProperty>& property)
{
TLOGI(WmsLogTag::WMS_LAYOUT, "set property dragEnable: %{public}d", property->GetDragEnabled());
{
std::unique_lock<std::shared_mutex> lock(propertyMutex_);
property_ = property;