Skip to content

Commit 32ae724

Browse files
zeroshell09dtzar
authored andcommitted
Remove app secret from log (#70)
1 parent 06ece29 commit 32ae724

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

ml_service/pipelines/build_train_pipeline.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,6 @@ def main():
2929
build_id = os.environ.get("BUILD_BUILDID")
3030
pipeline_name = os.environ.get("TRAINING_PIPELINE_NAME")
3131

32-
print(app_secret)
33-
3432
# Get Azure machine learning workspace
3533
aml_workspace = get_workspace(
3634
workspace_name,

0 commit comments

Comments
 (0)