From: Siraaj Khandkar Date: Wed, 1 Aug 2018 02:29:54 +0000 (-0400) Subject: Remove unused variable X-Git-Url: https://git.xandkar.net/?p=khatus.git;a=commitdiff_plain;h=42f8eb57b61be7317ca4b28a7380fee448be7161 Remove unused variable --- 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"]