remove logging

This commit is contained in:
ehouse 2009-04-26 20:20:14 +00:00
parent e4977e2c5f
commit 0c5088192d

View file

@ -90,8 +90,6 @@ getEntry( CEAppGlobals* globals, XP_U16 resID, XP_Bool isWide )
}
storage->entries[index] = entry;
XP_LOGF( "%s: created entry for %d", __func__, resID );
}
return entry;