Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove unneeded print statements on successful post #21931

Closed
wants to merge 21 commits into from

Conversation

eleanorjboyd
Copy link
Member

Some print statements were incorrectly merged which created noise for the test output log. The following is displaying on successful send attempts even though this information is not needed.

test_stderr.py Execution post sent successfully!
data sent {'/Users/eleanorboyd/testingFiles/from_users/symlink/test_stderr.py::test_passing': {'test': '/Users/eleanorboyd/testingFiles/from_users/symlink/test_stderr.py::test_passing', 'outcome': 'success', 'message': None, 'traceback': None, 'subtest': None}} end of data
.                                                         [100%]

@eleanorjboyd eleanorjboyd added bug Issue identified by VS Code Team member as probable bug regression Bug didn't exist in a previous release labels Sep 6, 2023
@eleanorjboyd eleanorjboyd self-assigned this Sep 6, 2023
@eleanorjboyd eleanorjboyd marked this pull request as draft September 6, 2023 14:17
@eleanorjboyd eleanorjboyd deleted the remove-prints branch September 6, 2023 14:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Issue identified by VS Code Team member as probable bug regression Bug didn't exist in a previous release
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant