Skip to content

Commit b318ee8

Browse files
authored
chore: remove debug print (#554)
# Motivation <!-- Why is this change necessary? --> # Content <!-- Please include a summary of the change --> # Testing <!-- How was the change tested? --> # Please check the following before marking your PR as ready for review - [ ] I have added tests for my changes - [ ] I have updated the documentation or added new documentation as needed
1 parent 53bcf17 commit b318ee8

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/codegen/git/repo_operator/repo_operator.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,6 @@ def __init__(
7373
self._local_git_repo = LocalGitRepo(repo_path=repo_config.repo_path)
7474

7575
if repo_config.full_name is None:
76-
print(self._local_git_repo)
7776
repo_config.full_name = self._local_git_repo.full_name
7877

7978
####################################################################################################################

0 commit comments

Comments
 (0)