Skip to content

Commit

Permalink
removed debug logging
Browse files Browse the repository at this point in the history
  • Loading branch information
kglovern committed Jan 31, 2024
1 parent 7ab944d commit b951dda
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/app/containers/Firmware/utils/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -139,8 +139,6 @@ export const convertValueToArray = (value, possibilities) => {
};

export const applyNewSettings = (settings, eeprom, setSettingsToApply) => {
console.log(settings);

let index22 = 200; // index of $22 - default is 200 because we have less eeprom values than that, so it will never be set to this value
let index2021 = -1; // index of $20 or $21, whichever comes first
let changedSettings = settings
Expand Down

0 comments on commit b951dda

Please sign in to comment.