Skip to content
Snippets Groups Projects
Commit a7164ebc authored by John Hodge's avatar John Hodge
Browse files

cleanup (removed debug comment)

parent fc58eaba
No related merge requests found
...@@ -104,7 +104,6 @@ void Time_Interrupt(int irq) ...@@ -104,7 +104,6 @@ void Time_Interrupt(int irq)
if( giTime_TSCAtLastTick ) if( giTime_TSCAtLastTick )
{ {
giTime_TSCPerTick = curTSC - giTime_TSCAtLastTick; giTime_TSCPerTick = curTSC - giTime_TSCAtLastTick;
//Log("curTSC = %lli, giTime_TSCPerTick = %lli", curTSC, giTime_TSCPerTick);
} }
giTime_TSCAtLastTick = curTSC; giTime_TSCAtLastTick = curTSC;
......
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