From 26dda104dd970c7828d8057d88e3fa8f54268bcf Mon Sep 17 00:00:00 2001 From: Ivan Kravets Date: Wed, 3 Jul 2019 15:22:04 +0300 Subject: [PATCH] Remove debug code --- platformio/commands/lib.py | 1 - 1 file changed, 1 deletion(-) diff --git a/platformio/commands/lib.py b/platformio/commands/lib.py index cdc3d2cc..1d75c961 100644 --- a/platformio/commands/lib.py +++ b/platformio/commands/lib.py @@ -263,7 +263,6 @@ def lib_update(ctx, libraries, only_check, dry_run, json_output): @click.option("--json-output", is_flag=True) @click.pass_context def lib_list(ctx, json_output): - print("hello") storage_dirs = ctx.meta[CTX_META_STORAGE_DIRS_KEY] json_result = {} for storage_dir in storage_dirs: