From 2a8689564c9bb3d044e1843584e7ec1e2fa2d5c7 Mon Sep 17 00:00:00 2001 From: David Anderson Date: Tue, 13 Aug 2024 20:53:47 -0700 Subject: [PATCH] tasks.py: remove debug message --- tasks.py | 1 - 1 file changed, 1 deletion(-) diff --git a/tasks.py b/tasks.py index c1328f7..7636209 100644 --- a/tasks.py +++ b/tasks.py @@ -180,7 +180,6 @@ def test(c, target): testdata_tgt = testdata_tgt.relative_to(out_sim, walk_up=True) testdata.unlink(missing_ok=True) testdata.symlink_to(testdata_tgt, target_is_directory=True) - print("before run") with c.cd(out_sim): c.run(f"./TB -V {target.stem}.vcd")