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

DM-11237: Cleanup standard output in sipterms.cc. #260

Merged
merged 1 commit into from Jul 12, 2017

Conversation

kfindeisen
Copy link
Member

Most of the print statements look like they were added when somebody was debugging something, and have been removed on the grounds that they should never have been committed. Several are used to indicate test progress, and have been replaced with logging statements (at DEBUG level so they don't pop up in normal runs).

A better solution would be to factor the single monolithic test case into one for each function, but I'm not sure setting up a proper fixture is worth the time in this case.

Most of the print statements look like debugging aids, and have been
removed on the grounds that they should never have been committed. Several
are used to indicate test progress, and have been replaced with logging
statements (at DEBUG level so they don't pop up in normal runs).

A better solution would be to factor the single monolithic test case into
one for each function, but I'm not sure setting up a proper fixture is
worth the time in this case.
Copy link
Member

@RobertLuptonTheGood RobertLuptonTheGood left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good. Thanks -- the delay wasn't a problem.

@kfindeisen kfindeisen merged commit c02624c into master Jul 12, 2017
@kfindeisen kfindeisen deleted the tickets/DM-11237 branch August 22, 2018 19:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants