Skip to content

Commit 832ebc4

Browse files
authored
Removed debug logging
1 parent 7599f95 commit 832ebc4

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

Source/StringTableSearchPlugin/Private/SlateWidgets/CoincidenceWidget.cpp

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -315,11 +315,8 @@ FReply SCoincidenceWidget::OnElementMouseDoubleClick(const FGeometry& Geometry,
315315
TSharedRef<const SDockTab> DockTab = StaticCastSharedRef<const SDockTab>(Widget);
316316
FString TabText = DockTab->GetTabLabel().ToString();
317317

318-
UE_LOG(LogTemp, Warning, TEXT("%s"), *TabText );
319-
320318
if (TabText.Contains(AssetData->AssetName.ToString()))
321319
{
322-
UE_LOG(LogTemp, Warning, TEXT("%s"), *DockTab->GetTabLabel().ToString() );
323320
EditorWindow = Window;
324321
return;
325322
}
@@ -430,4 +427,4 @@ FReply SCoincidenceWidget::OnElementMouseButtonUp(const FGeometry& Geometry, con
430427

431428
}
432429
return FReply::Unhandled();
433-
}
430+
}

0 commit comments

Comments
 (0)