You've already forked UnrealEngineUWP
mirror of
https://github.com/izzy2lost/UnrealEngineUWP.git
synced 2026-03-26 18:15:20 -07:00
Remove debugging print
#jira none #rb none #fyi Robert.Seiver #preflight none [CL 21162214 by Brandon Schaefer in ue5-main branch]
This commit is contained in:
@@ -112,7 +112,6 @@ bool SLogWidget::OpenFile(const TCHAR* NewLogFileName)
|
||||
{
|
||||
for (const FString& InitialLine : InitialLines)
|
||||
{
|
||||
fprintf(stderr, "\nLine appended: %s\n", TCHAR_TO_ANSI(*InitialLine));
|
||||
AppendLine(InitialLine);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user