got rid of bin page log

This commit is contained in:
Carter 2025-03-18 14:59:55 -06:00
parent 7af47a92c7
commit d049ea5523

View file

@ -310,10 +310,10 @@ export default function BinStorageConditions(props: Props) {
binAPI
.updateBin(bin.key(), settings)
.then(resp => {
.then(_resp => {
openSnack("Updated bin thresholds");
})
.catch(err => {
.catch(_err => {
openSnack("Failed to update bin thresholds");
});
};
@ -369,7 +369,7 @@ export default function BinStorageConditions(props: Props) {
//this will display at all times
const tempDisplay = () => {
console.log(tempTargets)
// console.log(tempTargets)
let sliderEdge = 40;
let mark: Mark[] = [];