From 620d9e05adc3fc918d531435cff75cddee5ddb7d Mon Sep 17 00:00:00 2001 From: Ubuntu Date: Wed, 5 Aug 2026 19:12:54 +0000 Subject: [PATCH] chore: remove debug logging from device listing Signed-off-by: Ubuntu --- scripts/easy-cli/cli-common.sh | 4 ---- 1 file changed, 4 deletions(-) diff --git a/scripts/easy-cli/cli-common.sh b/scripts/easy-cli/cli-common.sh index 380c47a2..ba934db4 100644 --- a/scripts/easy-cli/cli-common.sh +++ b/scripts/easy-cli/cli-common.sh @@ -174,10 +174,6 @@ get_device_id_by_deployment_type() { return 1 fi - echo "DEBUG: Raw devices JSON output below:" >&2 - echo "$devices" >&2 - - if command -v jq >/dev/null 2>&1; then # 1. Correct path: .spec.capabilities.properties.supportedDeploymentTypes[] # 2. Iterate through all Data[] items, not just Data[0]