Removed print function used to aid in earlier debugging.

This commit is contained in:
Maxine Hayes 2023-08-09 14:34:53 -04:00
parent e5941a9c85
commit 6d83f00256

View File

@ -149,7 +149,6 @@ def lsremote(url):
# pylint: disable=no-member
except gitexc.CommandError as exc:
print(f'Repo does not exist or is not accessible: {exc.stderr}')
print('TEST:', url)
return None
for ref in git_cmd.ls_remote(url).split('\n'):