From 3be7835c34ff786c3f38c6254c633281cc45d363 Mon Sep 17 00:00:00 2001 From: Mikhail Gordeev Date: Mon, 30 May 2022 22:58:15 +0300 Subject: [PATCH] Remove debugging comment --- cloud_build/cloud_build.py | 1 - 1 file changed, 1 deletion(-) diff --git a/cloud_build/cloud_build.py b/cloud_build/cloud_build.py index 1cb5728..5c44cb3 100755 --- a/cloud_build/cloud_build.py +++ b/cloud_build/cloud_build.py @@ -302,7 +302,6 @@ class CB: raise err def remote(self, branch: str, arch: str) -> str: - # import pdb; pdb.set_trace() return self._remote.format(branch=branch, arch=arch) def repository_url(self, branch: str, arch: str) -> str: