removed some debug code

This commit is contained in:
fgerlits 2007-10-12 12:01:40 +00:00
parent 00c687fb9f
commit d700e16530
1 changed files with 1 additions and 6 deletions

View File

@ -377,12 +377,7 @@ void
LiveModeWindow :: onOutputPlay(void) throw ()
{
Ptr<Playable>::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);