Skip to content

Commit 9c005b2

Browse files
author
rsora
committed
Remove print leftover
1 parent 0c8d49b commit 9c005b2

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

test/test_board.py

-1
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,5 @@ def test_board_list(run_command):
3636
def test_board_listall(run_command):
3737
assert run_command("core update-index")
3838
result = run_command("board listall")
39-
print(result.stderr, result.stdout)
4039
assert result.ok
4140
assert ["Board", "Name", "FQBN"] == result.stdout.splitlines()[0].strip().split()

0 commit comments

Comments
 (0)