Disabled debug message
This commit is contained in:
parent
3bb5172a36
commit
f662c28634
@ -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);
|
||||
|
Loading…
x
Reference in New Issue
Block a user