window: remove debug print
This commit is contained in:
@@ -239,7 +239,6 @@ std::ostream &operator<<(std::ostream &os, const Color &c)
|
|||||||
std::istream &operator>>(std::istream &is, Color &c)
|
std::istream &operator>>(std::istream &is, Color &c)
|
||||||
{
|
{
|
||||||
auto get_single_color = [](const std::string &s) {
|
auto get_single_color = [](const std::string &s) {
|
||||||
std::cerr << "s: " << s << "\n";
|
|
||||||
short result = -1;
|
short result = -1;
|
||||||
if (s == "black")
|
if (s == "black")
|
||||||
result = COLOR_BLACK;
|
result = COLOR_BLACK;
|
||||||
|
|||||||
Reference in New Issue
Block a user