mirror of
https://github.com/overte-org/overte.git
synced 2025-04-16 13:56:24 +02:00
Merge pull request #12 from wayne-chen/pushToTalk
removing debug print statement
This commit is contained in:
commit
2b51f19d70
1 changed files with 0 additions and 1 deletions
|
@ -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) {
|
||||
|
|
Loading…
Reference in a new issue