From 42f8eb57b61be7317ca4b28a7380fee448be7161 Mon Sep 17 00:00:00 2001 From: Siraaj Khandkar Date: Tue, 31 Jul 2018 22:29:54 -0400 Subject: [PATCH] Remove unused variable --- bin/khatus_controller | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/khatus_controller b/bin/khatus_controller index b352f5f..cbc6992 100755 --- a/bin/khatus_controller +++ b/bin/khatus_controller @@ -122,7 +122,7 @@ # - priority # - snooze time (if already alerted, when to re-alert?) # - text: subject/body -function alert_check_energy( threshold, dbg, state, remaining, subj, body) { +function alert_check_energy( dbg, state, remaining, subj, body) { state = db["energy_state"] remaining = db["energy_percentage"] -- 2.20.1