Remove debugging comment

This commit is contained in:
Mikhail Gordeev 2022-05-30 22:58:15 +03:00
parent f61cb02e94
commit 3be7835c34

View File

@ -302,7 +302,6 @@ class CB:
raise err raise err
def remote(self, branch: str, arch: str) -> str: def remote(self, branch: str, arch: str) -> str:
# import pdb; pdb.set_trace()
return self._remote.format(branch=branch, arch=arch) return self._remote.format(branch=branch, arch=arch)
def repository_url(self, branch: str, arch: str) -> str: def repository_url(self, branch: str, arch: str) -> str: