diff options
author | Ted Trask <ttrask01@yahoo.com> | 2012-11-26 02:56:30 +0000 |
---|---|---|
committer | Ted Trask <ttrask01@yahoo.com> | 2012-11-26 02:56:30 +0000 |
commit | a0edc5f3607d568e6c3ddc9d88b4eb9048cea81f (patch) | |
tree | 63e305bae6b1e3e88ca422d98109fd67471726b2 /config/process_put.lua | |
parent | 15e9a5f420ec5d2a8e310510424ad86cbfdf3bd8 (diff) | |
download | acf-provisioning-a0edc5f3607d568e6c3ddc9d88b4eb9048cea81f.tar.bz2 acf-provisioning-a0edc5f3607d568e6c3ddc9d88b4eb9048cea81f.tar.xz |
Comment out references to APP
Diffstat (limited to 'config/process_put.lua')
-rw-r--r-- | config/process_put.lua | 2 |
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) |