summaryrefslogtreecommitdiffstats
path: root/src/qscxmlgui.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/qscxmlgui.cpp')
-rw-r--r--src/qscxmlgui.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/qscxmlgui.cpp b/src/qscxmlgui.cpp
index 724e12a..cb6745f 100644
--- a/src/qscxmlgui.cpp
+++ b/src/qscxmlgui.cpp
@@ -68,7 +68,6 @@ namespace
void QScxmlMenuInvoker::activate ()
{
- qDebug() << "Activating menu";
QScxmlEvent* ie = initEvent;
QScriptValue v = ie->content();
QWidget* parent = qobject_cast<QWidget*>(v.property("parent").toQObject());
@@ -85,7 +84,6 @@ void QScxmlMenuInvoker::activate ()
}
void QScxmlMenuInvoker::cancel ()
{
- qDebug() << "QScxmlMenuInvoker::cancel";
if (menu)
menu->deleteLater();
QScxmlInvoker::cancel();