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:
parent
ea7c505c61
commit
13f6e1179e
1 changed files with 0 additions and 2 deletions
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue