Skip to content

Commit 9dbd72e

Browse files
committed
Commenting debug code
1 parent de67fcd commit 9dbd72e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

samples/UnrealEnginePlugin/Source/Private/OptickPlugin.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -114,8 +114,8 @@ DECLARE_DELEGATE_OneParam(FStatFrameDelegate, int64);
114114

115115
bool FOptickPlugin::Tick(float DeltaTime)
116116
{
117-
static const FString OptickMessage(TEXT("OptickPlugin is running!"));
118-
GEngine->AddOnScreenDebugMessage(31313, 5.f, FColor::Yellow, OptickMessage);
117+
//static const FString OptickMessage(TEXT("OptickPlugin is running!"));
118+
//GEngine->AddOnScreenDebugMessage(31313, 5.f, FColor::Yellow, OptickMessage);
119119

120120
Optick::Update();
121121
return true;

0 commit comments

Comments
 (0)