1
0
Fork 0
mirror of https://github.com/iNavFlight/inav-configurator.git synced 2025-07-24 08:45:26 +03:00

Removed test code

This commit is contained in:
Darren Lines 2022-05-19 12:17:26 +01:00
parent 8429b51d6e
commit f85bf5d0e5

View file

@ -509,7 +509,6 @@ var Settings = (function () {
return function() {
self.configureInputs().then(callback);
self.linkHelpIcons();
//self.configureInputs().then(self.linkHelpIcons().then(callback));
};
};