remove print() statement

This commit is contained in:
NatureFreshMilk 2019-01-24 12:51:26 +01:00
parent eeb1e0cc82
commit ba4960f0e2

View File

@ -93,7 +93,6 @@ function mail.show_message(name, msgnumber)
local body = minetest.formspec_escape(message.body)
formspec = string.format(formspec, sender, subject, body)
print(formspec)
minetest.show_formspec(name,"mail:message",formspec)
end