From 32ae724fe7ca79d8160e9c9a3540f643a25f6203 Mon Sep 17 00:00:00 2001 From: Yann BILISSOR Date: Mon, 23 Sep 2019 18:00:05 +0200 Subject: [PATCH] Remove app secret from log (#70) --- 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,