Remove Last VCM sent log

This commit is contained in:
emanuel 2023-05-08 10:25:51 +01:00
parent 5441c102cb
commit 4dfef3777a
1 changed files with 0 additions and 1 deletions

View File

@ -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) {