diff --git a/lib/plugins.js b/lib/plugins.js index 1abb0489..c56f996d 100644 --- a/lib/plugins.js +++ b/lib/plugins.js @@ -695,9 +695,6 @@ function plugins (settings, deviceId) { const denominationRecycler6 = cashOutConfig.recycler6 const cashOutEnabled = cashOutConfig.active 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)