Remove accidentally-committed debug output from 207e763401

[ci skip]
This commit is contained in:
Charles Dang 2018-01-26 12:43:08 +11:00
parent c616d8274f
commit f9238c015b

View file

@ -157,7 +157,6 @@ std::string unit_race::get_icon_path_stem() const
// FIXME: hardcoded '30' is bad... // FIXME: hardcoded '30' is bad...
if(!filesystem::file_exists(filesystem::get_binary_file_location("images", path + "_30.png"))) { if(!filesystem::file_exists(filesystem::get_binary_file_location("images", path + "_30.png"))) {
std::cerr << "path not found: " << "images/" + path + "_30.png" << std::endl;
path = "icons/unit-groups/race_custom"; path = "icons/unit-groups/race_custom";
} }