Update cache.lua

This commit is contained in:
FusionPBX 2017-07-22 15:18:20 -06:00 committed by GitHub
parent c126138cf7
commit eb8bcc755e
1 changed files with 0 additions and 1 deletions

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