Skip to content
This repository has been archived by the owner on Oct 13, 2023. It is now read-only.

Commit

Permalink
Remove redundant log message
Browse files Browse the repository at this point in the history
  • Loading branch information
locriandev committed Sep 1, 2022
1 parent 48a0e23 commit df8d1e7
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions doozerlib/runtime.py
Expand Up @@ -1310,9 +1310,7 @@ def resolve_source(self, meta):

self.logger.info("Attempting to checkout source '%s' branch %s in: %s" % (url, clone_branch, source_dir))
try:
self.logger.info("Attempting to checkout source '%s' branch %s in: %s" % (url, clone_branch, source_dir))
# clone all branches as we must sometimes reference master /OWNERS for maintainer information

if self.is_branch_commit_hash(branch=clone_branch):
gitargs = []
else:
Expand Down

0 comments on commit df8d1e7

Please sign in to comment.