From c3d80ea347b4c679a5c96892ce0f9765296a4a18 Mon Sep 17 00:00:00 2001 From: Chris Yeninas <844685+PhantomGamers@users.noreply.github.com> Date: Tue, 31 Aug 2021 18:11:36 -0400 Subject: [PATCH] remove commented code --- .github/scripts/thunderstore_bundle.js | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/scripts/thunderstore_bundle.js b/.github/scripts/thunderstore_bundle.js index 1e4cc462b..14e4a7334 100644 --- a/.github/scripts/thunderstore_bundle.js +++ b/.github/scripts/thunderstore_bundle.js @@ -87,8 +87,6 @@ async function main() { await createTStoreApiArchive(); await createGHArchive(); - // await doTStoreRelease(); - uploadToTStore(); }