~edwargix/git.sr.ht

901358e5f335468b6f3ac1d7d022da15d355cf2d — Drew DeVault 7 years ago c4eb0b8
Remove extraneous debug logging
1 files changed, 0 insertions(+), 1 deletions(-)

M gitsrht/blueprints/repo.py
M gitsrht/blueprints/repo.py => gitsrht/blueprints/repo.py +0 -1
@@ 226,7 226,6 @@ def archive(owner, repo, ref):
                "--prefix", f"{repo.name}-{ref}/",
                "-o", path, ref
            ]
            print(args)
            subp = subprocess.run(args, timeout=30,
                    stdout=sys.stdout, stderr=sys.stderr)
        except: