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:
Brandon Schaefer
2022-07-19 10:30:49 -04:00
parent 120b3a3a13
commit 85356f8937
@@ -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);
}
}