Fix left-over merge badness

Conrad Irwin created

Change summary

script/bundle-mac | 1 -
1 file changed, 1 deletion(-)

Detailed changes

script/bundle-mac 🔗

@@ -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..."