fail quietly if local injection cannot happen

This commit is contained in:
Stephen Birarda 2017-01-20 10:42:07 -08:00
parent eb033c797a
commit 1b778a3ee0

View file

@ -180,9 +180,6 @@ bool AudioInjector::injectLocally() {
} else {
qCDebug(audio) << "AudioInjector::injectLocally called without any data in Sound QByteArray";
}
} else {
qCDebug(audio) << "AudioInjector::injectLocally cannot inject locally with no local audio interface present.";
}
return success;