From d6ad963f685067bec7f1a9658c367e5eb0209d6e Mon Sep 17 00:00:00 2001 From: "jean.chalard" Date: Fri, 18 Dec 2009 10:20:25 +0000 Subject: [PATCH] J : * Remove a useless debug print --- projects/mtg/src/GuiHand.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/projects/mtg/src/GuiHand.cpp b/projects/mtg/src/GuiHand.cpp index 9d27d85d5..8f36af123 100644 --- a/projects/mtg/src/GuiHand.cpp +++ b/projects/mtg/src/GuiHand.cpp @@ -99,7 +99,6 @@ void GuiHandSelf::Repos() if (Closed == state && OptionClosedHand::VISIBLE == options[Options::CLOSEDHAND].number) { float dist = 180.0 / cards.size(); if (dist > 20) dist = 20.0; else y = 40.0; - cout << dist << endl; for (vector::iterator it = cards.begin(); it != cards.end(); ++it) { (*it)->x = ClosedRowX; (*it)->y = y;