Skip to content

Commit a2973db

Browse files
author
Roze
committed
fix:Remove more debug output
1 parent 89d38ce commit a2973db

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Source/FicsItNetworks/Private/Components/FINDefaultDynamicSizedModule.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ void AFINDefaultDynamicSizedModule::SpawnAdditionalComponents_Implementation(int
144144
void AFINDefaultDynamicSizedModule::SetDynamicSize_Implementation(int Width, int Height) {
145145
this->DynamicWidth = std::max(Width, MinWidth);
146146
this->DynamicHeight = std::max(Height, MinHeight);
147-
UE_LOG(LogFicsItNetworks, Warning, L"AFINDefaultDynamicSizedModule::SetDynamicSize_Implementation(PanelWidth=%d, PanelHeight=%d)", DynamicWidth, DynamicHeight)
147+
//UE_LOG(LogFicsItNetworks, Warning, L"AFINDefaultDynamicSizedModule::SetDynamicSize_Implementation(PanelWidth=%d, PanelHeight=%d)", DynamicWidth, DynamicHeight)
148148
this->ModuleSize = FVector2D(this->DynamicWidth, this->DynamicHeight);
149149
}
150150

0 commit comments

Comments
 (0)