From 410ca4bcba5854c54382d1cab2614830a29b2d07 Mon Sep 17 00:00:00 2001 From: Paul Beckingham Date: Mon, 26 May 2014 12:40:55 -0400 Subject: [PATCH] Context - Removed uninteresting debug diagnostic. --- src/Context.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/Context.cpp b/src/Context.cpp index cbd1238b3..d1bc7d0d4 100644 --- a/src/Context.cpp +++ b/src/Context.cpp @@ -451,8 +451,6 @@ bool Context::color () // No need to go through this again. determine_color_use = false; - - debug ("Context::color --> " + std::string (use_color ? "on" : "off")); } // Cached result.