Skip to content

Commit

Permalink
Remove print
Browse files Browse the repository at this point in the history
  • Loading branch information
cyclotruc committed Dec 25, 2024
1 parent 13bf977 commit 5868ebd
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/gitingest/clone.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ async def check_repo_exists(url: str) -> bool:
stdout=asyncio.subprocess.PIPE,
stderr=asyncio.subprocess.PIPE,
)
print("Checking if repo exists")
stdout, stderr = await proc.communicate()
if proc.returncode != 0:
return False
Expand Down

0 comments on commit 5868ebd

Please sign in to comment.