mirror of
https://github.com/betaflight/betaflight-configurator.git
synced 2025-07-25 01:05:15 +03:00
Removed unused dec
This commit is contained in:
parent
ea7c505c61
commit
13f6e1179e
1 changed files with 0 additions and 2 deletions
|
@ -436,7 +436,6 @@ function processBoardInfo() {
|
||||||
}
|
}
|
||||||
|
|
||||||
function checkReportProblems() {
|
function checkReportProblems() {
|
||||||
const PROBLEM_ANALYTICS_EVENT = "ProblemFound";
|
|
||||||
const problemItemTemplate = $("#dialogReportProblems-listItemTemplate");
|
const problemItemTemplate = $("#dialogReportProblems-listItemTemplate");
|
||||||
|
|
||||||
function checkReportProblem(problemName, problems) {
|
function checkReportProblem(problemName, problems) {
|
||||||
|
@ -444,7 +443,6 @@ function checkReportProblems() {
|
||||||
problems.push({ name: problemName, description: i18n.getMessage(`reportProblemsDialog${problemName}`) });
|
problems.push({ name: problemName, description: i18n.getMessage(`reportProblemsDialog${problemName}`) });
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue