chore: remove dead code
This commit is contained in:
parent
ae30f2e704
commit
f597c0e4f8
1 changed files with 0 additions and 3 deletions
|
|
@ -695,9 +695,6 @@ function plugins (settings, deviceId) {
|
||||||
const denominationRecycler6 = cashOutConfig.recycler6
|
const denominationRecycler6 = cashOutConfig.recycler6
|
||||||
const cashOutEnabled = cashOutConfig.active
|
const cashOutEnabled = cashOutConfig.active
|
||||||
const isUnitLow = (have, max, limit) => cashOutEnabled && ((have / max) * 100) < limit
|
const isUnitLow = (have, max, limit) => cashOutEnabled && ((have / max) * 100) < limit
|
||||||
// const isUnitHigh = (have, max, limit) => cashOutEnabled && ((have / max) * 100) > limit
|
|
||||||
|
|
||||||
// const isUnitOutOfBounds = (have, max, lowerBound, upperBound) => isUnitLow(have, max, lowerBound) || isUnitHigh(have, max, upperBound)
|
|
||||||
|
|
||||||
const notifications = configManager.getNotifications(null, device.deviceId, settings.config)
|
const notifications = configManager.getNotifications(null, device.deviceId, settings.config)
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue