mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-01-27 07:58:49 +01:00
get rid of excessive logging
This commit is contained in:
parent
09f9038cff
commit
26913c5a37
1 changed files with 2 additions and 2 deletions
|
@ -111,10 +111,10 @@ stack_getHash( StackCtxt* stack )
|
||||||
XP_ASSERT( 0 );
|
XP_ASSERT( 0 );
|
||||||
}
|
}
|
||||||
hash = augmentFor( hash, &entry );
|
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 );
|
XP_ASSERT( 0 != hash );
|
||||||
LOG_RETURNF( "%.8X", (unsigned int)hash );
|
// LOG_RETURNF( "%.8X", (unsigned int)hash );
|
||||||
return hash;
|
return hash;
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
|
|
Loading…
Add table
Reference in a new issue