removing debug statement

This commit is contained in:
Wayne Chen 2019-03-07 12:54:32 -08:00
parent 18b86d550d
commit 48d1ec850c

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) {