Skip to content

Commit 5868ebd

Browse files
committed
Remove print
1 parent 13bf977 commit 5868ebd

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/gitingest/clone.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@ async def check_repo_exists(url: str) -> bool:
1313
stdout=asyncio.subprocess.PIPE,
1414
stderr=asyncio.subprocess.PIPE,
1515
)
16-
print("Checking if repo exists")
1716
stdout, stderr = await proc.communicate()
1817
if proc.returncode != 0:
1918
return False

0 commit comments

Comments
 (0)