Commit bbd585c1 authored by aligungr's avatar aligungr

timer.cpp refactored

parent f528f60f
...@@ -102,10 +102,7 @@ bool NasTimer::performTick() ...@@ -102,10 +102,7 @@ bool NasTimer::performTick()
long remainingSec = m_interval - deltaSec; long remainingSec = m_interval - deltaSec;
if (currentMs - m_lastDebugPrintMs > 10LL * 1000LL) if (currentMs - m_lastDebugPrintMs > 10LL * 1000LL)
{
m_lastDebugPrintMs = currentMs; m_lastDebugPrintMs = currentMs;
// Log.debug(Tag.TIMER, "NAS Timer %s int:%ss rem:%ss", timerCode, interval, remainingSec);
}
if (remainingSec <= 0LL) if (remainingSec <= 0LL)
{ {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment