diff --git a/Source/SkyFrontier/Private/HealthSystem.cpp b/Source/SkyFrontier/Private/HealthSystem.cpp index 83d5882..57bfd33 100644 --- a/Source/SkyFrontier/Private/HealthSystem.cpp +++ b/Source/SkyFrontier/Private/HealthSystem.cpp @@ -15,7 +15,6 @@ Super::BeginPlay(); // This is here for now, but if you ever do anything serialization related you might not want this. Health = MaxHealth; - GEngine->AddOnScreenDebugMessage(-1, 5, FColor::Red, FString::SanitizeFloat(Health)); } float UHealthSystem::GetHealth() const