Removed debug output.

This commit is contained in:
hiker 2018-02-10 17:34:10 +11:00
parent 4d75042f3b
commit 52e9330212

View File

@ -182,8 +182,6 @@ 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