From d049ea5523b2c4c6acbd20d261f795d77041ccc1 Mon Sep 17 00:00:00 2001 From: Carter Date: Tue, 18 Mar 2025 14:59:55 -0600 Subject: [PATCH] got rid of bin page log --- src/bin/BinStorageConditions.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/bin/BinStorageConditions.tsx b/src/bin/BinStorageConditions.tsx index 0acbb9c..2e0d2cf 100644 --- a/src/bin/BinStorageConditions.tsx +++ b/src/bin/BinStorageConditions.tsx @@ -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[] = [];