Merge pull request #756 from GregoryLundberg/GL_wml_logger

Remove dead code
This commit is contained in:
Charles Dang 2016-08-23 01:25:58 +11:00 committed by GitHub
commit 9ee24aeab1

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