Skip to content

Commit

Permalink
Removed a debug print statement accidentally committed previously (#600)
Browse files Browse the repository at this point in the history
  • Loading branch information
achauphan committed Feb 13, 2024
1 parent 47bad7f commit b9b5bfc
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tribits/ci_support/CDashAnalyzeReportRandomFailures.py
Original file line number Diff line number Diff line change
Expand Up @@ -307,7 +307,6 @@ def downloadBuildSummaryOffCDash(self,
useCachedCDashData=False, alwaysUseCacheFileIfExists=False,
verbose='False'
):
print("\n BUILD CACHE FILE "+buildSummaryCacheFile)
verbose = verbose == 'all'
buildSummaryJson = CDQAR.getAndCacheCDashQueryDataOrReadFromCache(
cdashBuildSummaryQueryUrl, buildSummaryCacheFile, useCachedCDashData,
Expand Down

0 comments on commit b9b5bfc

Please sign in to comment.