Disabled debug message

This commit is contained in:
Yevgen Muntyan 2006-12-12 22:45:23 -06:00
parent 3bb5172a36
commit f662c28634

View File

@ -892,7 +892,7 @@ _moo_glob_match_simple (const char *pattern,
if ((gl = _moo_glob_new (pattern)))
result = _moo_glob_match (gl, filename);
if (result)
if (result && 0)
_moo_message ("'%s' matched '%s'", filename, pattern);
_moo_glob_free (gl);