From d6c8d39afe37fcd057ee1eda6533f2c33670cf68 Mon Sep 17 00:00:00 2001 From: doitux Date: Fri, 23 Jul 2010 17:44:56 +0000 Subject: [PATCH] bugfix for too much logging --- src/gui/qt/gametable/gametableimpl.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/gui/qt/gametable/gametableimpl.cpp b/src/gui/qt/gametable/gametableimpl.cpp index eefb7c79..857d2d6f 100755 --- a/src/gui/qt/gametable/gametableimpl.cpp +++ b/src/gui/qt/gametable/gametableimpl.cpp @@ -2332,9 +2332,9 @@ void gameTableImpl::postRiverShowCards(unsigned playerId) holeCardsArray[(*it_c)->getMyID()][j]->setPixmap(tempCardsPixmapArray[j], FALSE); } } + //set Player value (logging) + (*it_c)->setMyCardsFlip(1,1); } - //set Player value (logging) - (*it_c)->setMyCardsFlip(1,1); } }