summaryrefslogtreecommitdiffstats
path: root/config/process_put.lua
diff options
context:
space:
mode:
authorTed Trask <ttrask01@yahoo.com>2012-11-26 02:56:30 +0000
committerTed Trask <ttrask01@yahoo.com>2013-05-25 12:50:07 +0000
commit7794c065673caa79d66bb3ad9188a926dabeb797 (patch)
tree15d14c47f018131d8f3771a21e028fbe26c91825 /config/process_put.lua
parent364caf9b075882bf5d0b8fed7990cc70cdf1a998 (diff)
downloadacf-provisioning-7794c065673caa79d66bb3ad9188a926dabeb797.tar.bz2
acf-provisioning-7794c065673caa79d66bb3ad9188a926dabeb797.tar.xz
Comment out references to APP
(cherry picked from commit a0edc5f3607d568e6c3ddc9d88b4eb9048cea81f)
Diffstat (limited to 'config/process_put.lua')
-rw-r--r--config/process_put.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/config/process_put.lua b/config/process_put.lua
index 33e918a..69e1c9e 100644
--- a/config/process_put.lua
+++ b/config/process_put.lua
@@ -1,7 +1,7 @@
-- This is the script run to process uploaded config files
local functions, mac, data, device_id = ...
-APP.logevent("got to process_put script")
+--APP.logevent("got to process_put script")
-- Get the params
local params = functions.get_device_params(device_id)