From 7f44e6db6267efa87918e8700212de41a7fbdc3e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebasti=C3=A1n=20Ram=C3=ADrez?= Date: Tue, 12 Jul 2022 22:23:57 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9B=20Fix=20setting=20`FORCE=5FTERMINA?= =?UTF-8?q?L`=20with=20colors=202=20(#424)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- typer/rich_utils.py | 4 ---- 1 file changed, 4 deletions(-) diff --git a/typer/rich_utils.py b/typer/rich_utils.py index 69a0bdd..3f602ee 100644 --- a/typer/rich_utils.py +++ b/typer/rich_utils.py @@ -79,10 +79,6 @@ FORCE_TERMINAL = ( if _TYPER_FORCE_DISABLE_TERMINAL: FORCE_TERMINAL = False -print(FORCE_TERMINAL) - -print(FORCE_TERMINAL) - # Fixed strings DEPRECATED_STRING = "(deprecated) " DEFAULT_STRING = "[default: {}]"