Removing verbose flag from testing

This commit is contained in:
Imbus 2024-04-04 23:26:53 +02:00
parent 7e88bd69c1
commit a81020f660

View file

@ -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):