From 6c422da3c93d5cf07418e3d35eeaf08e4717c39b Mon Sep 17 00:00:00 2001 From: Andrzej Rybczak Date: Tue, 11 Nov 2014 02:03:28 +0100 Subject: [PATCH] window: remove debug print --- src/window.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/window.cpp b/src/window.cpp index 6d7ae164..fe262b3c 100644 --- a/src/window.cpp +++ b/src/window.cpp @@ -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;