From 7ab9dfbfe1ab1cf8010cf50a4035d04c111e3e04 Mon Sep 17 00:00:00 2001 From: DaveDubUK Date: Tue, 16 Dec 2014 14:48:28 +0000 Subject: [PATCH] Window.nonBlockingForm-fix --- interface/src/scripting/WindowScriptingInterface.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/interface/src/scripting/WindowScriptingInterface.cpp b/interface/src/scripting/WindowScriptingInterface.cpp index fa6de82bfe..bbb4e695e7 100644 --- a/interface/src/scripting/WindowScriptingInterface.cpp +++ b/interface/src/scripting/WindowScriptingInterface.cpp @@ -201,7 +201,6 @@ 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; }