From 06203233e966f331c0e3c0803182a8bdb6c97858 Mon Sep 17 00:00:00 2001 From: Elara Musayelyan Date: Sun, 25 Jun 2023 13:09:40 -0700 Subject: [PATCH] Remove debug code --- go-bin.star | 3 --- 1 file changed, 3 deletions(-) diff --git a/go-bin.star b/go-bin.star index 95311e3..cadd3f8 100644 --- a/go-bin.star +++ b/go-bin.star @@ -26,9 +26,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')