diff options
Diffstat (limited to 'compiler/msgs.nim')
-rw-r--r-- | compiler/msgs.nim | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/compiler/msgs.nim b/compiler/msgs.nim index 774a8b83c..533d3a57f 100644 --- a/compiler/msgs.nim +++ b/compiler/msgs.nim @@ -647,7 +647,3 @@ proc listHints*(conf: ConfigRef) = if hint in conf.notes: "x" else: " ", configuration.HintsToStr[ord(hint) - ord(hintMin)] ]) - -# enable colors by default on terminals -#if terminal.isatty(stderr): -# incl(gGlobalOptions, optUseColors) |