mirror of
https://github.com/Armored-Dragon/overte.git
synced 2025-03-11 16:13:16 +01:00
removing debug statement
This commit is contained in:
parent
18b86d550d
commit
48d1ec850c
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