From 768681c4f26d5b776b928458cf106fba6bd38152 Mon Sep 17 00:00:00 2001 From: Ivan Kravets Date: Tue, 19 Oct 2021 19:27:20 +0300 Subject: [PATCH] Remove debugging code // Resolve #4083 --- platformio/__main__.py | 1 - 1 file changed, 1 deletion(-) diff --git a/platformio/__main__.py b/platformio/__main__.py index f2c38808..f7bdd61b 100644 --- a/platformio/__main__.py +++ b/platformio/__main__.py @@ -76,7 +76,6 @@ try: except (AttributeError, TypeError): # legacy support for CLick > 8.0.1 - print("legacy Click") @cli.resultcallback() @click.pass_context