Removing verbose flag from testing
This commit is contained in:
parent
7e88bd69c1
commit
a81020f660
1 changed files with 1 additions and 1 deletions
|
@ -35,7 +35,7 @@ getUpdateWeeklyReportPath = base_url + "/api/updateWeeklyReport"
|
||||||
removeProjectPath = base_url + "/api/removeProject"
|
removeProjectPath = base_url + "/api/removeProject"
|
||||||
promoteToPmPath = base_url + "/api/promoteToPm"
|
promoteToPmPath = base_url + "/api/promoteToPm"
|
||||||
|
|
||||||
debug_output = True
|
debug_output = False
|
||||||
|
|
||||||
|
|
||||||
def gprint(*args, **kwargs):
|
def gprint(*args, **kwargs):
|
||||||
|
|
Loading…
Reference in a new issue