Skip to content

Commit aa89257

Browse files
removed redundant cleanup message in network restoration
1 parent 8ded927 commit aa89257

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

infra/scripts/Selecting-Team-Config-And-Data.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -803,6 +803,6 @@ if ($isTeamConfigFailed -or $isSampleDataFailed) {
803803

804804
} finally {
805805
# Cleanup: Restore network access
806-
Write-Host "Performing cleanup..."
806+
Write-Host ""
807807
Restore-NetworkAccess
808808
}

infra/scripts/selecting_team_config_and_data.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,6 @@ cleanup_on_exit() {
113113
if [ $exit_code -ne 0 ]; then
114114
echo ""
115115
echo "Script failed with exit code: $exit_code"
116-
echo "Performing cleanup..."
117116
fi
118117
restore_network_access
119118
exit $exit_code

0 commit comments

Comments
 (0)