VCM: remove log-debug @ handle reply
This commit is contained in:
parent
5ad8f67514
commit
409905bc1e
|
|
@ -283,7 +283,6 @@ static int vcm_check_handle_reply(VCM_t* vcm, mc_neighbour_s* neighbour) {
|
|||
if (neighbour->intersecting) {
|
||||
for (int t = 0; t < reply->acceptedTrajectoriesIds.list.count; ++t) {
|
||||
int tid = *reply->acceptedTrajectoriesIds.list.array[t];
|
||||
log_debug("---chedking tid: %d @ %d", tid, t);
|
||||
if (tid > MC_TRAJECTORIES_N_MAX - 1) {
|
||||
return 1;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue