From a81020f66016155715c18bc911bde1d61a53f743 Mon Sep 17 00:00:00 2001 From: Imbus <> Date: Thu, 4 Apr 2024 23:26:53 +0200 Subject: [PATCH] Removing verbose flag from testing --- testing/helpers.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/testing/helpers.py b/testing/helpers.py index 5f2f367..0a75689 100644 --- a/testing/helpers.py +++ b/testing/helpers.py @@ -35,7 +35,7 @@ getUpdateWeeklyReportPath = base_url + "/api/updateWeeklyReport" removeProjectPath = base_url + "/api/removeProject" promoteToPmPath = base_url + "/api/promoteToPm" -debug_output = True +debug_output = False def gprint(*args, **kwargs):