Skip to content

Commit f403010

Browse files
committed
remove left behind print
1 parent 3155af5 commit f403010

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

python_files/unittestadapter/pvsc_utils.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -209,7 +209,6 @@ def build_test_tree(
209209
)
210210
error = ["Skipping doctest as it is not supported for the extension."]
211211
continue
212-
print("post skip: test case", test_case)
213212
test_id = test_case.id()
214213
if test_id.startswith("unittest.loader._FailedTest"):
215214
error.append(str(test_case._exception)) # type: ignore # noqa: SLF001

0 commit comments

Comments
 (0)