Skip to content

Commit e7cd684

Browse files
committed
Remove duplicate entry
1 parent 3d701da commit e7cd684

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

maintainers/upload-debug-info-to-sentry.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,6 @@ def main():
133133
build_id = get_build_id(lib)
134134
if build_id is None:
135135
print(f" {lib} (no build ID, uploading binary)", file=sys.stderr)
136-
debug_files.append(lib)
137136
continue
138137

139138
local = find_debug_file_in_dirs(build_id, args.debug_dir)

0 commit comments

Comments
 (0)