X-Git-Url: https://wimlib.net/git/?p=wimlib;a=blobdiff_plain;f=src%2Fcapture_common.c;h=419786120f746c48a6962e44e894addc9ff31cb6;hp=ffdc7a88dfd202f6b285c95d5d4948ab0fe9570a;hb=e656b28a79ef64a7a0a9b58265f05cb7c274554c;hpb=d65879dcf517ee6cd5256b48e3ac2525b1d1c0e8 diff --git a/src/capture_common.c b/src/capture_common.c index ffdc7a88..41978612 100644 --- a/src/capture_common.c +++ b/src/capture_common.c @@ -171,9 +171,6 @@ match_pattern(const tchar *path, DEBUG("\"%"TS"\" matches the pattern \"%"TS"\"", string, pat); return true; - } else { - DEBUG("\"%"TS"\" does not match the pattern \"%"TS"\"", - string, pat); } } return false;