Minor: don't turn off wifi on exit

This fixes #2379 and #2511.
This commit is contained in:
Frans de Jonge
2017-02-23 20:49:26 +01:00
committed by Qingping Hou
parent 6458c8e9eb
commit c855494ba0

View File

@@ -188,7 +188,6 @@ local function exitReader()
-- shutdown hardware abstraction
Device:exit()
require("ui/network/manager"):turnOffWifi()
if Profiler then Profiler.stop() end
os.exit(0)