diff --git a/campcaster/src/products/gLiveSupport/src/LiveModeWindow.cxx b/campcaster/src/products/gLiveSupport/src/LiveModeWindow.cxx index 634ef0e36..e41d78fac 100644 --- a/campcaster/src/products/gLiveSupport/src/LiveModeWindow.cxx +++ b/campcaster/src/products/gLiveSupport/src/LiveModeWindow.cxx @@ -377,12 +377,7 @@ void LiveModeWindow :: onOutputPlay(void) throw () { Ptr::Ref playable = getFirstSelectedPlayable(); -std::cerr << "got playable: "; -if (playable) { -std::cerr << *playable->getTitle() << std::endl; -} else { -std::cerr << "null" << std::endl; -} + if (playable) { try { gLiveSupport->playOutputAudio(playable);