From 3ad63ec8263cad4f6a41fc8bf57d59989d43ca6c Mon Sep 17 00:00:00 2001 From: Florian Arthofer Date: Mon, 10 Feb 2020 15:54:18 +0100 Subject: [PATCH] removed debug message --- bin/compile | 2 -- 1 file changed, 2 deletions(-) diff --git a/bin/compile b/bin/compile index 6aee73a..da016c2 100644 --- a/bin/compile +++ b/bin/compile @@ -112,8 +112,6 @@ puts_step "Configuring Dynatrace Oneagent..." # determine default values for connection parameters DT_MANIFEST="$BUILD_DIR/dynatrace/oneagent/manifest.json" -#debug -puts_step "with python3 support" MANIFEST_TENANT=$(python -c 'import json,sys; print(json.load(sys.stdin)["tenantUUID"])' <$DT_MANIFEST) MANIFEST_TOKEN=$(python -c 'import json,sys; print(json.load(sys.stdin)["tenantToken"])' <$DT_MANIFEST) MANIFEST_ENDPOINTS=$(python -c 'import sys, json; print(";".join(json.load(sys.stdin)["communicationEndpoints"]))' <$DT_MANIFEST)