oops, back out this printf, didn't mean for it to go in

This commit is contained in:
alecf%netscape.com 2000-07-31 20:58:08 +00:00
parent 3fd7c860a1
commit 63ea4acf7c
2 changed files with 0 additions and 2 deletions

View File

@ -103,7 +103,6 @@ PR_STATIC_CALLBACK(PLHashEntry*) pref_AllocEntry(void *pool, const void *key)
PR_STATIC_CALLBACK(void) pref_FreeEntry(void *pool, PLHashEntry *he, PRUint32 flag)
{
PrefNode *pref = (PrefNode *) he->value;
if (!pref) printf("no hashentry, so not freeing\n");
if (pref)
{
if (pref->flags & PREF_STRING)

View File

@ -103,7 +103,6 @@ PR_STATIC_CALLBACK(PLHashEntry*) pref_AllocEntry(void *pool, const void *key)
PR_STATIC_CALLBACK(void) pref_FreeEntry(void *pool, PLHashEntry *he, PRUint32 flag)
{
PrefNode *pref = (PrefNode *) he->value;
if (!pref) printf("no hashentry, so not freeing\n");
if (pref)
{
if (pref->flags & PREF_STRING)