disable debug message

pull/1/head
Michail Vourlakos 8 years ago
parent 4c0a97348c
commit a38dd1d91e

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

Loading…
Cancel
Save