Remove old debug log

master
Wuzzy 2022-01-20 14:32:37 +01:00
parent 955b031b8a
commit f2da21b734
1 changed files with 0 additions and 1 deletions

View File

@ -22,7 +22,6 @@ minetest.register_chatcommand("editor", {
if state ~= lzr_gamestate.EDITOR then
return false, S("Not in level editor!")
else
minetest.log("error", "SET1")
lzr_gamestate.set_state(lzr_gamestate.LEVEL)
return true
end