Commit 628460cb authored by Archit Tamarapu's avatar Archit Tamarapu
Browse files

remove leftover debugging line

parent 3ae50cb0
Loading
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -55,7 +55,6 @@ def test_info(request):

def run_cmd(cmd, env=None):
    logging.info(f"\nRunning command\n{' '.join(cmd)}\n")
    cmdJoin = " ".join(cmd)
    try:
        sp.run(cmd, check=True, capture_output=True, text=True, env=env)
    except sp.CalledProcessError as e: