diff --git a/Contractor/EdgeBasedGraphFactory.cpp b/Contractor/EdgeBasedGraphFactory.cpp index 806668d09..680f8ce2a 100644 --- a/Contractor/EdgeBasedGraphFactory.cpp +++ b/Contractor/EdgeBasedGraphFactory.cpp @@ -822,7 +822,6 @@ void EdgeBasedGraphFactory::Run( // the following is the core of the loop. unsigned distance = edge_data1.distance; if( m_traffic_lights.find(v) != m_traffic_lights.end() ) { - SimpleLogger().Write(logDEBUG) << "penalty: " << speed_profile.trafficSignalPenalty; distance += speed_profile.trafficSignalPenalty; } const int turn_penalty = GetTurnPenalty(u, v, w, lua_state);