comment out diag statements in tests
Created by: tgrego
Description
some diag statements are cluttering the tests with messages that should be for debug/diagnostics only. Commented them out.
Use case
some diag statements are cluttering the tests with messages that should be for debug/diagnostics only.
Benefits
Cleaner tests output
Possible Drawbacks
none I can see. Perhaps it should just be removed instead of commented out?
Testing
Have you added/modified unit tests to test the changes?
NA
If so, do the tests pass/fail?
Have you run the entire test suite and no regression was detected?
yes