removed some debug code
This commit is contained in:
parent
00c687fb9f
commit
d700e16530
1 changed files with 1 additions and 6 deletions
|
@ -377,12 +377,7 @@ void
|
||||||
LiveModeWindow :: onOutputPlay(void) throw ()
|
LiveModeWindow :: onOutputPlay(void) throw ()
|
||||||
{
|
{
|
||||||
Ptr<Playable>::Ref playable = getFirstSelectedPlayable();
|
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) {
|
if (playable) {
|
||||||
try {
|
try {
|
||||||
gLiveSupport->playOutputAudio(playable);
|
gLiveSupport->playOutputAudio(playable);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue