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")