I don't need to see the rule hash debugging output anymore.

This commit is contained in:
L. David Baron 2009-02-24 16:14:46 -08:00
parent 5b92fdde71
commit 3221bf3c26

View File

@ -335,11 +335,6 @@ static const PLDHashTableOps RuleHash_NameSpaceTable_Ops = {
#undef RULE_HASH_STATS
#undef PRINT_UNIVERSAL_RULES
#ifdef DEBUG_dbaron
#define RULE_HASH_STATS
#define PRINT_UNIVERSAL_RULES
#endif
#ifdef RULE_HASH_STATS
#define RULE_HASH_STAT_INCREMENT(var_) PR_BEGIN_MACRO ++(var_); PR_END_MACRO
#else