diff --git a/cockatrice/src/tablezone.cpp b/cockatrice/src/tablezone.cpp index 76ae6415..2819aab6 100644 --- a/cockatrice/src/tablezone.cpp +++ b/cockatrice/src/tablezone.cpp @@ -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;