Remove qDebug

This commit is contained in:
Marco Bubke
2010-01-12 14:30:38 +01:00
parent 06fb416ea7
commit cbf3b665bd

View File

@@ -137,7 +137,6 @@ void SelectionTool::mouseReleaseEvent(const QList<QGraphicsItem*> &/*itemList*/,
QGraphicsSceneMouseEvent *event)
{
if (m_singleSelectionManipulator.isActive()) {
qDebug() << __FUNCTION__ << "single";
m_singleSelectionManipulator.end(event->scenePos());
}
else if (m_rubberbandSelectionManipulator.isActive()) {