From 19892f09176e29b537f6e2f55f3d687652d1e891 Mon Sep 17 00:00:00 2001 From: peteruithoven Date: Mon, 24 Feb 2014 15:33:58 +0100 Subject: [PATCH] Removed debug ssid retrieval from info/alive --- src/rest/api/api_network.lua | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/rest/api/api_network.lua b/src/rest/api/api_network.lua index 5fc5ba6..a8b4d5f 100644 --- a/src/rest/api/api_network.lua +++ b/src/rest/api/api_network.lua @@ -215,10 +215,6 @@ end function M.alive(request, response) response:setSuccess("alive") - - local ds = wifi.getDeviceState() - log:debug(" ssid: "..utils.dump(ds.ssid)) - end return M