Removing the PrintObserver

I apologize if this has been discussed.


I'm experimenting with teaching using XCTests in playgrounds. One obstacle is the amount of information presented in the Console.


I'd like to have the option to not include the PrintObserver and replace it with my own Observer.


The observers in XCTestObservationCenter are private - I can't even see them to remove the one I want to remove. Also PrintObserver itself is invisible.


What is the recommended way to remove the PrintObserver?


Thank you,


Daniel

Removing the PrintObserver
 
 
Q