From dfcf18b1a701d47dc746e02c3f0fa5cc3661b62b Mon Sep 17 00:00:00 2001 From: Christopher Renaud Oelerich Date: Fri, 2 Feb 2024 03:25:55 -0600 Subject: [PATCH] build script update --- .github/workflows/foundry_release.py | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/foundry_release.py b/.github/workflows/foundry_release.py index df824ba..c66376f 100644 --- a/.github/workflows/foundry_release.py +++ b/.github/workflows/foundry_release.py @@ -34,7 +34,6 @@ def push_release(module: dict) -> None: if response_json['status'] != 'success': pprint(module) raise Exception(pformat(response_json['errors'])) - pprint(response_json) print('✅ MODULE POSTED TO REPO')