Skip to content

Commit

Permalink
Remove leftover debugging statement.
Browse files Browse the repository at this point in the history
  • Loading branch information
kaeza committed Jul 17, 2014
1 parent 8fa4186 commit dc874b5
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions gui.lua
Expand Up @@ -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)
Expand Down

0 comments on commit dc874b5

Please sign in to comment.