Skip to content

Commit

Permalink
Remove app secret from log (#70)
Browse files Browse the repository at this point in the history
  • Loading branch information
zeroshell09 authored and dtzar committed Sep 23, 2019
1 parent 06ece29 commit 32ae724
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions ml_service/pipelines/build_train_pipeline.py
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 32ae724

Please sign in to comment.