remove prints
This commit is contained in:
parent
ea0de708da
commit
1f5a963d78
2
gui.lua
2
gui.lua
@ -155,7 +155,6 @@ function mail.replyall(name, message)
|
|||||||
if message.from ~= nil then
|
if message.from ~= nil then
|
||||||
recipients = message.from .. ", " .. recipients
|
recipients = message.from .. ", " .. recipients
|
||||||
end
|
end
|
||||||
print('parsing recipients: '..recipients)
|
|
||||||
recipients = mail.parse_player_list(recipients)
|
recipients = mail.parse_player_list(recipients)
|
||||||
for k,v in pairs(recipients) do
|
for k,v in pairs(recipients) do
|
||||||
if v == name then
|
if v == name then
|
||||||
@ -164,7 +163,6 @@ function mail.replyall(name, message)
|
|||||||
end
|
end
|
||||||
end
|
end
|
||||||
recipients = mail.concat_player_list(recipients)
|
recipients = mail.concat_player_list(recipients)
|
||||||
print('resulting recipients: '..recipients)
|
|
||||||
mail.show_compose(name, recipients, "Re: "..message.subject, replyfooter, message.cc)
|
mail.show_compose(name, recipients, "Re: "..message.subject, replyfooter, message.cc)
|
||||||
end
|
end
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user