From f9238c015be8c438f3e5ea36dcad860bad855284 Mon Sep 17 00:00:00 2001 From: Charles Dang Date: Fri, 26 Jan 2018 12:43:08 +1100 Subject: [PATCH] Remove accidentally-committed debug output from 207e763401a11e [ci skip] --- src/units/race.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/units/race.cpp b/src/units/race.cpp index 9c1a35e57f59..23f8f68f9734 100644 --- a/src/units/race.cpp +++ b/src/units/race.cpp @@ -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"; }