removed some debug code
This commit is contained in:
parent
00c687fb9f
commit
d700e16530
|
@ -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);
|
||||
|
|
Loading…
Reference in New Issue