Suppression d'une ligne de debug desormais inutile.

git-svn-id: svn+ssh://svn.tuxfamily.org/svnroot/qet/qet/branches/0.3@842 bfdf4180-ca20-0410-9c96-a3a8aa849046
This commit is contained in:
xavier
2010-01-20 00:05:32 +00:00
parent 7fa1b448e3
commit 46888a0f7b

View File

@@ -391,7 +391,6 @@ void ElementScene::keyPressEvent(QKeyEvent *e) {
case Qt::Key_Down: movement = QPointF(0.0, +movement_length); break; case Qt::Key_Down: movement = QPointF(0.0, +movement_length); break;
} }
if (!movement.isNull() && !focusItem()) { if (!movement.isNull() && !focusItem()) {
qDebug() << "keyPressEvent: let's move by " << movement;
if (!moving_parts_) { if (!moving_parts_) {
moving_parts_ = true; moving_parts_ = true;
fsi_pos = movement; fsi_pos = movement;