Skip to content

Commit

Permalink
Remove accidentally-committed debug output from 207e763
Browse files Browse the repository at this point in the history
[ci skip]
  • Loading branch information
Vultraz committed Jan 26, 2018
1 parent c616d82 commit f9238c0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/units/race.cpp
Expand Up @@ -157,7 +157,6 @@ std::string unit_race::get_icon_path_stem() const

// FIXME: hardcoded '30' is bad...
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";
}

Expand Down

0 comments on commit f9238c0

Please sign in to comment.