Skip to content
Snippets Groups Projects
Commit 31e67c1c authored by Jonathan Ehret's avatar Jonathan Ehret
Browse files

avoid spamming the log

parent 106643c7
No related branches found
No related tags found
No related merge requests found
...@@ -33,7 +33,7 @@ bool USFGazeTracker::Tick(float DeltaTime) ...@@ -33,7 +33,7 @@ bool USFGazeTracker::Tick(float DeltaTime)
//We should not start another Async task, if the first has not terminated yet //We should not start another Async task, if the first has not terminated yet
if (bIsAsyncEyeTrackingTaskRunning) if (bIsAsyncEyeTrackingTaskRunning)
{ {
USFLoggingBPLibrary::LogComment("Missed eye update due to slow async execution"); //USFLoggingBPLibrary::LogComment("Missed eye update due to slow async execution");
} }
else if (bEyeTrackingStarted) else if (bEyeTrackingStarted)
{ {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment