diff --git a/application.c b/application.c index 2c2f06d..3299a6e 100644 --- a/application.c +++ b/application.c @@ -471,9 +471,6 @@ static void cable_issues_nb(struct cable_t* cable) cable->connections = NULL; } cable->connections = (uint8_t (*)[2])usb_cables_test_connections(connectors, connectors_nb, true, false, &cable->connections_nb); - if (NULL == cable->connections || 0 == cable->connections_nb) { - return; - } // calculate score for cables uint16_t best_score = UINT16_MAX; // best cable score