From 38565b8a866f9a8a19b03af3e56620d76fcd3f33 Mon Sep 17 00:00:00 2001 From: Marc LeBlanc Date: Fri, 23 Feb 2024 13:43:49 +0300 Subject: [PATCH] Remove the debug logging --- repo-converter/build/run.py | 7 ------- 1 file changed, 7 deletions(-) diff --git a/repo-converter/build/run.py b/repo-converter/build/run.py index b59a9e2..4da7eb6 100644 --- a/repo-converter/build/run.py +++ b/repo-converter/build/run.py @@ -311,13 +311,6 @@ def clone_svn_repos(): completed_ps_command = subprocess_run(ps_command) - logging.debug(f"completed_ps_command: {completed_ps_command}") - logging.debug(f"cmd_run_git_svn_fetch_without_password: {cmd_run_git_svn_fetch_without_password}") - - - - # git -C /sourcegraph/src-serve-root/subversion.noemalife.loc/vcs/las-halia.backend.ejb svn fetch --username svn.sourcegraph - if cmd_run_git_svn_fetch_without_password in completed_ps_command: logging.info(f"Fetching process already running for {repo_key}")