summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--config/update_device_params.lua1
1 files changed, 0 insertions, 1 deletions
diff --git a/config/update_device_params.lua b/config/update_device_params.lua
index 56e51ad..5d13099 100644
--- a/config/update_device_params.lua
+++ b/config/update_device_params.lua
@@ -22,7 +22,6 @@ local notify_device = function(mac, extension)
if ipaddr then
APP.logevent("Notifying "..ipaddr.." to update for "..(mac or ""))
os.execute("/etc/provisioning/notify_device "..ipaddr.." "..extension)
- addfuturenotify(ipaddr, extension)
else
APP.logevent("Warning - could not find IP address for "..(mac or ""))
end