From 072a5cf36628aa35e53056ee67640fae212be250 Mon Sep 17 00:00:00 2001 From: Yann BILISSOR Date: Thu, 19 Sep 2019 16:25:57 +0200 Subject: [PATCH] Remove app secret from log --- ml_service/pipelines/build_train_pipeline.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/ml_service/pipelines/build_train_pipeline.py b/ml_service/pipelines/build_train_pipeline.py index 3214a57c..cd65ff83 100644 --- a/ml_service/pipelines/build_train_pipeline.py +++ b/ml_service/pipelines/build_train_pipeline.py @@ -29,8 +29,6 @@ def main(): build_id = os.environ.get("BUILD_BUILDID") pipeline_name = os.environ.get("TRAINING_PIPELINE_NAME") - print(app_secret) - # Get Azure machine learning workspace aml_workspace = get_workspace( workspace_name,