comment out overly-verbose logging

This commit is contained in:
ehouse 2005-03-09 15:19:40 +00:00
parent 365a57c8fb
commit 4bb87a0a02

View file

@ -100,19 +100,19 @@ TGameInfoBuf::CopyToL( MPFORMAL CurGameInfo* aGi
CXWGameInfoDlg::CXWGameInfoDlg( MPFORMAL TGameInfoBuf* aGib, TBool aNewGame ) CXWGameInfoDlg::CXWGameInfoDlg( MPFORMAL TGameInfoBuf* aGib, TBool aNewGame )
: iIsNewGame(aNewGame), iGib(aGib) : iIsNewGame(aNewGame), iGib(aGib)
{ {
XP_LOGF( "CXWGameInfoDlg::CXWGameInfoDlg" ); /* XP_LOGF( "CXWGameInfoDlg::CXWGameInfoDlg" ); */
MPASSIGN( this->mpool, mpool ); MPASSIGN( this->mpool, mpool );
} }
CXWGameInfoDlg::~CXWGameInfoDlg() CXWGameInfoDlg::~CXWGameInfoDlg()
{ {
XP_LOGF( "CXWGameInfoDlg::~CXWGameInfoDlg" ); /* XP_LOGF( "CXWGameInfoDlg::~CXWGameInfoDlg" ); */
} }
void void
CXWGameInfoDlg::PreLayoutDynInitL() CXWGameInfoDlg::PreLayoutDynInitL()
{ {
XP_LOGF( "CXWGameInfoDlg::PreLayoutDynInitL" ); /* XP_LOGF( "CXWGameInfoDlg::PreLayoutDynInitL" ); */
#if defined SERIES_80 #if defined SERIES_80
/* This likely belongs in its own method */ /* This likely belongs in its own method */
@ -178,7 +178,7 @@ CXWGameInfoDlg::PreLayoutDynInitL()
void void
CXWGameInfoDlg::HideAndShow() CXWGameInfoDlg::HideAndShow()
{ {
XP_LOGF( "HideAndShow" ); /* XP_LOGF( "HideAndShow" ); */
#if defined SERIES_80 #if defined SERIES_80
CEikChoiceList* list; CEikChoiceList* list;
/* if it's standalone, hide all else. Then if it's not IP, hide all /* if it's standalone, hide all else. Then if it's not IP, hide all
@ -207,7 +207,7 @@ CXWGameInfoDlg::HideAndShow()
void void
CXWGameInfoDlg::HandleControlStateChangeL( TInt aControlId ) CXWGameInfoDlg::HandleControlStateChangeL( TInt aControlId )
{ {
XP_LOGF( "HandleControlStateChangeL got %d", aControlId ); /* XP_LOGF( "HandleControlStateChangeL got %d", aControlId ); */
#if defined SERIES_80 #if defined SERIES_80
CEikChoiceList* list; CEikChoiceList* list;
CEikChoiceList* whichList; CEikChoiceList* whichList;