From 82e4f9e19db628fca135b9ebd9921d0bee20d7bf Mon Sep 17 00:00:00 2001 From: Max-Wilhelm Bruker Date: Tue, 7 Sep 2010 02:47:09 +0200 Subject: [PATCH] removed debug command --- cockatrice/src/tablezone.cpp | 1 - 1 file changed, 1 deletion(-) 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;