CVS commit by pjulien: removed debug printf M +0 -1 kis_label_cursor_pos.cc 1.2 --- koffice/krita/ui/labels/kis_label_cursor_pos.cc #1.1:1.2 @@ -33,5 +33,4 @@ void KisLabelCursorPos::updatePos(Q_INT3 QString s; - s.sprintf("%d:%d", xpos, ypos); setText(s); }