Merge pull request #12 from wayne-chen/pushToTalk

removing debug print statement
This commit is contained in:
Wayne Chen 2019-03-07 12:55:20 -08:00 committed by GitHub
commit 2b51f19d70
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1610,7 +1610,6 @@ Application::Application(int& argc, char** argv, QElapsedTimer& startupTimer, bo
switch (actionEnum) {
case Action::TOGGLE_PUSHTOTALK:
if (audioScriptingInterface->getPTT()) {
qDebug() << "State is " << state;
if (state > 0.0f) {
audioScriptingInterface->setPushingToTalk(false);
} else if (state < 0.0f) {