Remove debug output.

This commit is contained in:
hiker 2018-01-11 08:21:40 +11:00
parent 7fd0754bfe
commit 7b21bb16e6

View File

@ -182,6 +182,8 @@ void WorldStatus::update(float dt)
*/ */
void WorldStatus::updateTime(const float dt) void WorldStatus::updateTime(const float dt)
{ {
Log::verbose("updateTime", "phase %d time %f dt %f aux %f",
m_phase, m_time, dt, m_auxiliary_timer);
switch (m_phase) switch (m_phase)
{ {
// Note: setup phase must be a separate phase, since the race_manager // Note: setup phase must be a separate phase, since the race_manager