Remove debug code

This commit is contained in:
Elara 2023-06-25 13:09:40 -07:00
parent 6178c3068f
commit 06203233e9

View File

@ -27,9 +27,6 @@ def update_pkg(s, version):
updater.push_changes("upg(go-bin): %s" % version)
print(version)
print(checksums)
def poll_for_updates():
res = http.get('https://go.dev/dl')
s = html.parse(res.body).find('h2#stable').next()