Compare commits

..

No commits in common. "b0f8c1267a3e9aa72d620e5e462bd63aa3700420" and "17e3a3b5a82f5d489d8e4e3585e92f35eeefeb89" have entirely different histories.

View File

@ -12,11 +12,6 @@ function log.info(value)
print("[I] " .. value)
end
--- @param value string
function log.debug(value)
print("[D] " .. value)
end
--- @param value string
function log.error(value)
printError("[E] " .. value)
@ -33,7 +28,6 @@ local function main()
shafile.close()
sharequest.close()
end
log.debug(package.path)
local hash = require("sha256")
log.info("Downloading index file")