Verified Commit ba70ed85 authored by boklm's avatar boklm
Browse files

Bug 41737: Remove comment saying to update var/gradle_dependencies_version

parent eafc83b5
Loading
Loading
Loading
Loading
+0 −3
Original line number Diff line number Diff line
@@ -111,9 +111,6 @@ def main():

    if results:
        with open(args.output, "w") as out_file:
            out_file.write(
                "# Don't forget to update var/gradle_dependencies_version when modifying this file\n"
            )
            out_file.write("sha256sum | url\n")
            for sha256, url in sorted(results, key=lambda x: x[1]):
                out_file.write(f"{sha256} | {url}\n")