Remove debug info.

This commit is contained in:
Auke Kok 2019-02-02 22:15:26 -08:00
parent 70fedaa536
commit 81c3bd5bd9
1 changed files with 0 additions and 1 deletions

View File

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