1
0
Fork 0
mirror of https://github.com/betaflight/betaflight-configurator.git synced 2025-07-23 16:25:22 +03:00

Removed unused dec

This commit is contained in:
blckmn 2025-06-19 23:12:19 +10:00
parent ea7c505c61
commit 13f6e1179e

View file

@ -436,7 +436,6 @@ function processBoardInfo() {
}
function checkReportProblems() {
const PROBLEM_ANALYTICS_EVENT = "ProblemFound";
const problemItemTemplate = $("#dialogReportProblems-listItemTemplate");
function checkReportProblem(problemName, problems) {
@ -444,7 +443,6 @@ function checkReportProblems() {
problems.push({ name: problemName, description: i18n.getMessage(`reportProblemsDialog${problemName}`) });
return true;
}
return false;
}