window: remove debug print

This commit is contained in:
Andrzej Rybczak
2014-11-11 02:03:28 +01:00
parent 4e4dca44eb
commit 6c422da3c9

View File

@@ -239,7 +239,6 @@ std::ostream &operator<<(std::ostream &os, const Color &c)
std::istream &operator>>(std::istream &is, Color &c)
{
auto get_single_color = [](const std::string &s) {
std::cerr << "s: " << s << "\n";
short result = -1;
if (s == "black")
result = COLOR_BLACK;