diff --git a/src/Aircraft/replay-internal.cxx b/src/Aircraft/replay-internal.cxx index 5d2801e5f..57e87c5f8 100644 --- a/src/Aircraft/replay-internal.cxx +++ b/src/Aircraft/replay-internal.cxx @@ -1114,13 +1114,7 @@ FGReplayInternal::update( double dt ) if (m_simple_time_enabled->getBoolValue()) { - double new_sim_time = globals->get_subsystem<TimeManager>()->getMPProtocolClockSec(); - SG_LOG( SG_GENERAL, SG_ALERT, - "m_sim_time=" << m_sim_time - << " new_sim_time=" << new_sim_time << - " new_sim_time <= m_sim_time=" << (new_sim_time <= m_sim_time) - ); - m_sim_time = new_sim_time; + m_sim_time = globals->get_subsystem<TimeManager>()->getMPProtocolClockSec(); } else {