VCM: remove log-debug @ handle reply

This commit is contained in:
emanuel 2022-11-16 17:27:51 +00:00
parent 5ad8f67514
commit 409905bc1e
1 changed files with 0 additions and 1 deletions

View File

@ -283,7 +283,6 @@ static int vcm_check_handle_reply(VCM_t* vcm, mc_neighbour_s* neighbour) {
if (neighbour->intersecting) { if (neighbour->intersecting) {
for (int t = 0; t < reply->acceptedTrajectoriesIds.list.count; ++t) { for (int t = 0; t < reply->acceptedTrajectoriesIds.list.count; ++t) {
int tid = *reply->acceptedTrajectoriesIds.list.array[t]; int tid = *reply->acceptedTrajectoriesIds.list.array[t];
log_debug("---chedking tid: %d @ %d", tid, t);
if (tid > MC_TRAJECTORIES_N_MAX - 1) { if (tid > MC_TRAJECTORIES_N_MAX - 1) {
return 1; return 1;
} }