From e2c305cfc15e9e0ae8e167b7ec4f9509f61cc590 Mon Sep 17 00:00:00 2001 From: yihong0618 Date: Fri, 3 Mar 2023 20:47:06 +0800 Subject: [PATCH] fix: drop print --- make.py | 1 - 1 file changed, 1 deletion(-) diff --git a/make.py b/make.py index 2126015..239cb80 100644 --- a/make.py +++ b/make.py @@ -206,7 +206,6 @@ if __name__ == "__main__": options = parser.parse_args() NO_LIMIT = options.no_limit IS_TEST = options.test - print(options.test_num) TEST_NUM = options.test_num OPENAI_API_KEY = options.openai_key or env.get("OPENAI_API_KEY") if not OPENAI_API_KEY: