From d700e165308910dfafa1fb52efabd7f256b3302a Mon Sep 17 00:00:00 2001 From: fgerlits Date: Fri, 12 Oct 2007 12:01:40 +0000 Subject: [PATCH] removed some debug code --- .../src/products/gLiveSupport/src/LiveModeWindow.cxx | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) 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);