Removed a debugging aid accidentally committed in ff5d68f

[ci skip]
This commit is contained in:
Charles Dang 2017-10-26 10:14:33 +11:00
parent f7bea59fe9
commit b0f9086524

View file

@ -198,7 +198,6 @@ void team::team_info::read(const config& cfg)
is_local = cfg["is_local"].to_bool(true);
color = get_side_color_id_from_config(cfg);
std::cerr << "Setting up side... set color to " << color << std::endl;
// If starting new scenario override settings from [ai] tags
if(!user_team_name.translatable())