Skip to content

Commit

Permalink
remove redundant log
Browse files Browse the repository at this point in the history
  • Loading branch information
sh95014 committed Dec 21, 2023
1 parent 06dfe11 commit 863f883
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions source/frontends/mariani/EmulatorViewController.mm
Original file line number Diff line number Diff line change
Expand Up @@ -209,9 +209,6 @@ - (void)runLoopTimerFired {
#endif

frame->ExecuteOneFrame(1000000.0 / TARGET_FPS);
#ifdef DEBUG
NSTimeInterval executionTimeOffset = -[start timeIntervalSinceNow];
#endif

#ifdef SHOW_EMULATED_CPU_SPEED
self.frameCount++;
Expand All @@ -236,7 +233,6 @@ - (void)runLoopTimerFired {
if (duration > 1.0 / TARGET_FPS) {
// oops, took too long
NSLog(@"Frame time exceeded: %f ms", duration * 1000);
NSLog(@" Execute: %f ms", executionTimeOffset * 1000);
}
#endif // DEBUG
}
Expand Down

0 comments on commit 863f883

Please sign in to comment.