diff --git a/interface/src/scripting/WindowScriptingInterface.cpp b/interface/src/scripting/WindowScriptingInterface.cpp index bbb4e695e7..fa6de82bfe 100644 --- a/interface/src/scripting/WindowScriptingInterface.cpp +++ b/interface/src/scripting/WindowScriptingInterface.cpp @@ -201,6 +201,7 @@ void WindowScriptingInterface::showNonBlockingForm(const QString& title, QScript // what should we do if someone calls us while we still think we have a dialog showing??? if (_nonBlockingFormActive) { + qDebug() << "Show Non-Blocking Form called when form already active."; return; }