Remove Last VCM sent log
This commit is contained in:
parent
5441c102cb
commit
4dfef3777a
|
|
@ -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) {
|
||||
|
|
|
|||
Loading…
Reference in New Issue