Update cache.lua

This commit is contained in:
FusionPBX
2017-07-22 15:18:20 -06:00
committed by GitHub
parent 5ddedc8afa
commit 4cba425e11

View File

@@ -84,7 +84,6 @@ function Cache.get(key)
--freeswitch.consoleLog("notice", "[cache] location: " .. cache.location .. "/" .. key .."\n");
local file, err = io.open(cache.location .. "/" .. key, "rb")
result = file:read("*all")
err = '';
else
err = 'NOT FOUND';
end