Skip to content

Commit 9b3c87d

Browse files
author
rsora
committed
Remove unused prints
1 parent dbe42d2 commit 9b3c87d

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

Diff for: test/test_compile.py

-2
Original file line numberDiff line numberDiff line change
@@ -211,7 +211,6 @@ def run_test(s):
211211
# check from the logs if the bin file were uploaded on the current board
212212
log_json = open(log_file_path, "r")
213213
json_log_lines = log_json.readlines()
214-
print(log_file_path)
215214
expected_trace_sequence = [
216215
"Compile {sketch} for {fqbn} started".format(
217216
sketch=sketch_path, fqbn=board.fqbn
@@ -224,7 +223,6 @@ def run_test(s):
224223
),
225224
"Upload successful",
226225
]
227-
print(expected_trace_sequence)
228226
assert is_message_sequence_in_json_log_traces(
229227
expected_trace_sequence, json_log_lines
230228
)

0 commit comments

Comments
 (0)