From 26913c5a37d3f94a7d2f08f6a90d190ba2c954b3 Mon Sep 17 00:00:00 2001 From: Eric House Date: Wed, 2 May 2012 20:41:46 -0700 Subject: [PATCH] get rid of excessive logging --- xwords4/common/movestak.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/xwords4/common/movestak.c b/xwords4/common/movestak.c index 012712376..2f92b09dd 100644 --- a/xwords4/common/movestak.c +++ b/xwords4/common/movestak.c @@ -111,10 +111,10 @@ stack_getHash( StackCtxt* stack ) XP_ASSERT( 0 ); } hash = augmentFor( hash, &entry ); - XP_LOGF( "hash after %d: %.8X", nn, (unsigned int)hash ); + // XP_LOGF( "hash after %d: %.8X", nn, (unsigned int)hash ); } XP_ASSERT( 0 != hash ); - LOG_RETURNF( "%.8X", (unsigned int)hash ); + // LOG_RETURNF( "%.8X", (unsigned int)hash ); return hash; } #endif