mirror of
https://github.com/overte-org/overte.git
synced 2025-04-20 03:44:02 +02:00
removing debug statement
This commit is contained in:
parent
b4f16daa29
commit
472c7ffab4
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