diff --git a/src/vcm.c b/src/vcm.c index 2c5aae0..865dfd8 100644 --- a/src/vcm.c +++ b/src/vcm.c @@ -139,7 +139,6 @@ static void tx_vcm(VCM_t* vcm) { itss_queue_send(facilities.tx_queue, buf, enc.encoded+1, ITSS_APPLICATIONS, bpr->id, "FI.message"); - log_warn("Last VCM sent %d ms ago", itss_time_get() - facilities.coordination.t_last_send_vcm); facilities.coordination.t_last_send_vcm = itss_time_get(); if (facilities.logging.recorder) {