Remove debugging comment
This commit is contained in:
parent
f61cb02e94
commit
3be7835c34
@ -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:
|
||||||
|
Loading…
Reference in New Issue
Block a user