Skip to content

Commit

Permalink
fix: removing verbose log
Browse files Browse the repository at this point in the history
  • Loading branch information
James-Frowen committed Aug 7, 2022
1 parent f452ac4 commit 0cfd3bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Assets/Mirage.Profiler/NetworkProfilerRecorder.cs
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ private void LateUpdate()
{
lastProcessedFrame++;

Debug.Log($"Sample: [LateUpdate, enabled { ProfilerDriver.enabled}, first {ProfilerDriver.firstFrameIndex}, last {ProfilerDriver.lastFrameIndex}]");
//Debug.Log($"Sample: [LateUpdate, enabled { ProfilerDriver.enabled}, first {ProfilerDriver.firstFrameIndex}, last {ProfilerDriver.lastFrameIndex}, lastProcessed {lastProcessedFrame}]");

var lastFrame = lastProcessedFrame;
// not sure why frame is offset, but +2 fixes it
Expand Down

0 comments on commit 0cfd3bf

Please sign in to comment.