Skip to content

Commit

Permalink
Remove unused prints
Browse files Browse the repository at this point in the history
  • Loading branch information
rsora committed Jul 3, 2020
1 parent dbe42d2 commit 9b3c87d
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions test/test_compile.py
Original file line number Diff line number Diff line change
Expand Up @@ -211,7 +211,6 @@ def run_test(s):
# check from the logs if the bin file were uploaded on the current board
log_json = open(log_file_path, "r")
json_log_lines = log_json.readlines()
print(log_file_path)
expected_trace_sequence = [
"Compile {sketch} for {fqbn} started".format(
sketch=sketch_path, fqbn=board.fqbn
Expand All @@ -224,7 +223,6 @@ def run_test(s):
),
"Upload successful",
]
print(expected_trace_sequence)
assert is_message_sequence_in_json_log_traces(
expected_trace_sequence, json_log_lines
)
Expand Down

0 comments on commit 9b3c87d

Please sign in to comment.