Remove unnused line from bundle-mac (#48972)

Closes #ISSUE

- [ ] Tests or screenshots needed?
- [ ] Code Reviewed
- [ ] Manual QA

Release Notes:

- N/A
This commit is contained in:
Conrad Irwin 2026-02-11 21:33:01 -07:00 committed by GitHub
parent 4f2a277a63
commit b8df3374bb
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -310,7 +310,6 @@ function upload_debug_symbols() {
fi
# note: this uploads the unstripped binary which is needed because it contains
# .eh_frame data for stack unwinding. see https://github.com/getsentry/symbolic/issues/783
sentry-cli debug-files upload --include-sources --wait -p zed -o zed-dev \
# Try uploading up to 3 times
for attempt in 1 2 3; do
echo "Sentry upload attempt $attempt..."