diff --git a/Source/Project64-core/N64System/Mips/SystemTiming.cpp b/Source/Project64-core/N64System/Mips/SystemTiming.cpp index 1e231b159..ff3160f08 100644 --- a/Source/Project64-core/N64System/Mips/SystemTiming.cpp +++ b/Source/Project64-core/N64System/Mips/SystemTiming.cpp @@ -186,16 +186,6 @@ void CSystemTimer::TimerDone() { UpdateTimers(); - /* uint32_t LastTimer; - if (Profiling) - { - LastTimer = StartTimer(Timer_Done); - } - if (LogOptions.GenerateLog && LogOptions.LogExceptions && !LogOptions.NoInterrupts) - { - LogMessage("%08X: Timer Done (Type: %d CurrentTimer: %d)", *_PROGRAM_COUNTER, m_Current, *_Timer ); - } - */ switch (m_Current) { case CSystemTimer::CompareTimer: