Remove debug info.

This commit is contained in:
Auke Kok 2019-02-02 22:15:26 -08:00
父節點 70fedaa536
當前提交 81c3bd5bd9
共有 1 個檔案被更改,包括 0 行新增1 行删除

查看文件

@ -23,7 +23,6 @@ assert(S, "mod_storage is required")
-- import warps or load
local store = S:get("warps")
print(dump(store))
local worldpath = minetest.get_worldpath()
if store then
warps = minetest.deserialize(store)