removed debug command

This commit is contained in:
Max-Wilhelm Bruker 2010-09-07 02:47:09 +02:00
parent 90ffc76730
commit 82e4f9e19d

View file

@ -111,7 +111,6 @@ void TableZone::reorganizeCards()
QPointF mapPoint = mapFromGrid(gridPoint);
qreal x = mapPoint.x();
qreal y = mapPoint.y();
qDebug() << "gridPos=" << gridPoint << "mapPoint=" << mapPoint;
int numberAttachedCards = cards[i]->getAttachedCards().size();
qreal actualX = x + numberAttachedCards * CARD_WIDTH / 3.0;