Skip to content

Commit

Permalink
Debug revision URL and pattern logs removed (#4631)
Browse files Browse the repository at this point in the history
Couple of debug logs which print the entire revision_urls and
revision_list array have been removed
  • Loading branch information
svasudevprasad authored Jan 28, 2025
1 parent 9da408e commit f8811f5
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -522,7 +522,6 @@ def find_fixed_range(uworker_input):

logs.info(
f'min_revision is {min_revision} and max_revision is {max_revision}.')
logs.info(f'revision_list is {revision_list}.')

min_index = revisions.find_min_revision_index(revision_list, min_revision)
if min_index is None:
Expand Down
3 changes: 0 additions & 3 deletions src/clusterfuzz/_internal/build_management/build_manager.py
Original file line number Diff line number Diff line change
Expand Up @@ -1081,9 +1081,6 @@ def get_revisions_list(bucket_path, bad_revisions, testcase=None):
if not revision_urls:
return None

logs.info(f'revision_urls is {revision_urls} and revision_pattern '
f'is {revision_pattern}.')

# Parse the revisions out of the build urls.
revision_list = []
for url in revision_urls:
Expand Down

0 comments on commit f8811f5

Please sign in to comment.