nuke noisy logging -- that stuff works now.

This commit is contained in:
Andy2 2011-09-30 18:34:31 -07:00
parent 38adeb9160
commit 8650c997e0

View file

@ -1948,7 +1948,6 @@ typedef struct _FirstWordData {
static XP_Bool
getFirstWord( const XP_UCHAR* word, XP_Bool isLegal, void* closure )
{
LOG_FUNC();
if ( isLegal ) {
FirstWordData* data = (FirstWordData*)closure;
if ( '\0' == data->word[0] && '\0' != word[0] ) {