Skip to content

Commit 67275f8

Browse files
committed
f Remove commented-out line
1 parent 00e5238 commit 67275f8

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

scripts/swift_update_package_checksum.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,6 @@ def run(new_checksum: str = None, new_tag: str = None):
6565
regex = re.compile(f'(let[\s]+{current_variable_name}[\s]*=[\s]*)(.*)')
6666

6767
previous_value = regex.search(package_file).group(2)
68-
# new_package_file = checksum_regex.sub(f'\g<1>"{new_checksum}"', package_file)
6968
package_file = package_file.replace(previous_value, f'"{new_value}"')
7069

7170
with open(package_file_path, "w") as f:

0 commit comments

Comments
 (0)