diff -r c4705bca9f21 -r 57bd4f201401 QTfrontend/drawmapscene.cpp --- a/QTfrontend/drawmapscene.cpp Wed Jun 27 16:40:36 2012 -0400 +++ b/QTfrontend/drawmapscene.cpp Thu Jun 28 22:45:06 2012 +0400 @@ -136,7 +136,6 @@ void DrawMapScene::showCursor() { - qDebug() << "show cursor"; if(!m_isCursorShown) addItem(m_cursor); @@ -145,7 +144,6 @@ void DrawMapScene::hideCursor() { - qDebug() << "hide cursor"; if(m_isCursorShown) removeItem(m_cursor);