Remove leftover debugging statement.

This commit is contained in:
Diego Martínez 2014-07-16 23:52:24 -03:00
parent 8fa41861dd
commit dc874b5382
1 changed files with 1 additions and 3 deletions

View File

@ -40,9 +40,7 @@ local function make_fs(name)
"textlist[4,2;5,5.5;entry;"..ESC(err)..";0]")
end
end
fs = table_concat(fs)
print(fs)
return fs
return table_concat(fs)
end
minetest.register_on_player_receive_fields(function(player, formname, fields)