got rid of bin page log
This commit is contained in:
parent
7af47a92c7
commit
d049ea5523
1 changed files with 3 additions and 3 deletions
|
|
@ -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[] = [];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue