Skip to content

Commit 3caab25

Browse files
committed
Revert "Test: add log file path output"
This reverts commit eb32d4b.
1 parent 4464ef2 commit 3caab25

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

sample/Source/SentryPlayground/SentryPlaygroundGameInstance.cpp

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,15 +13,11 @@
1313
#include "Misc/EngineVersionComparison.h"
1414
#include "Misc/CommandLine.h"
1515
#include "Engine/Engine.h"
16-
#include "GenericPlatform/GenericPlatformOutputDevices.h"
1716

1817
void USentryPlaygroundGameInstance::Init()
1918
{
2019
Super::Init();
2120

22-
const FString LogFilePath = *FPaths::ConvertRelativePathToFull(FGenericPlatformOutputDevices::GetAbsoluteLogFilename());
23-
UE_LOG(LogSentrySample, Display, TEXT("GAME LOG PATH: %s\n"), *LogFilePath);
24-
2521
const TCHAR* CommandLine = FCommandLine::Get();
2622

2723
// Check for expected test parameters to decide between running integration tests

0 commit comments

Comments
 (0)