disable debug message

v0.6
Michail Vourlakos 8 years ago
parent 5a9bf31d36
commit 063f1151eb

@ -666,7 +666,7 @@ void DockView::mousePressEvent(QMouseEvent *event)
//even if the menu is executed synchronously, other events may be processed
//by the qml incubator when plasma is loading, so we need to guard there
if (m_contextMenu) {
qDebug() << "Step 0.5 ...";
//qDebug() << "Step 0.5 ...";
m_contextMenu->close();
m_contextMenu = 0;
PlasmaQuick::ContainmentView::mousePressEvent(event);

Loading…
Cancel
Save