Skip to content

Commit

Permalink
Remove the debug logging
Browse files Browse the repository at this point in the history
  • Loading branch information
marcleblanc2 committed Feb 23, 2024
1 parent 53d173d commit 38565b8
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions repo-converter/build/run.py
Original file line number Diff line number Diff line change
Expand Up @@ -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}")
Expand Down

0 comments on commit 38565b8

Please sign in to comment.