Removed debug output.

This commit is contained in:
hiker 2016-04-01 13:10:38 +11:00
parent 09ce5515b0
commit 7b3fc04d26

View File

@ -383,8 +383,7 @@ void WorldStatus::updateTime(const float dt)
default: break;
}
Log::verbose("time", "%f %f %f phase %d",
m_time, dt, m_time+dt, m_phase);
switch (m_clock_mode)
{
case CLOCK_CHRONO: