Remove dead code

Tested with just cfg.message and it comes out as info/wml which seems just fine.
This commit is contained in:
Gregory A Lundberg 2016-08-22 09:24:09 -05:00
parent af340e6ae3
commit e1c39430de

View file

@ -1076,7 +1076,6 @@ function wml_actions.deprecated_message(cfg)
end
function wml_actions.wml_message(cfg)
local logger = cfg.logger or ''
wesnoth.log(cfg.logger, cfg.message, cfg.to_chat)
end