Commit 82e4f9e1 authored by Max-Wilhelm Bruker's avatar Max-Wilhelm Bruker
Browse files

removed debug command

parent 90ffc767
......@@ -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;
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment