From 736cd4feb17efd47ba97e0d997450b6e737ba805 Mon Sep 17 00:00:00 2001 From: Ralph Amissah Date: Fri, 14 Oct 2016 15:15:23 -0400 Subject: 0.7.2 removed screen ansi colors (use previously depreciated) --- src/sdp/ao_output_debugs.d | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'src/sdp/ao_output_debugs.d') diff --git a/src/sdp/ao_output_debugs.d b/src/sdp/ao_output_debugs.d index 9111cd6..1725ed9 100644 --- a/src/sdp/ao_output_debugs.d +++ b/src/sdp/ao_output_debugs.d @@ -40,7 +40,6 @@ template SiSUoutputDebugs() { bool[string] opt_action_bool ) { mixin RgxInit; - mixin ScreenTxtColors; auto rgx = Rgx(); debug(parent) { writefln( @@ -91,11 +90,9 @@ template SiSUoutputDebugs() { foreach (obj; contents) { if (obj.use == "content") { writefln( - "%s* [%s][%s] %s%s", - scr_txt_color["green"], + "* [%s][%s] %s", obj.obj_cite_number, obj.is_a, - scr_txt_color["off"], obj.object ); } -- cgit v1.2.3