Skip to content

Commit 0a75de0

Browse files
committed
remove comments
1 parent 92251b2 commit 0a75de0

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

utils/crawl_local_files.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,6 @@ def crawl_local_files(directory, include_patterns=None, exclude_patterns=None, m
8383
excluded = True
8484
break
8585

86-
# --- Inclusion Check (remains the same) ---
8786
included = False
8887
if include_patterns:
8988
for pattern in include_patterns:
@@ -97,7 +96,6 @@ def crawl_local_files(directory, include_patterns=None, exclude_patterns=None, m
9796
# Skip if not included or if excluded (by either method)
9897
if not included or excluded:
9998
continue
100-
# --- End Exclusion/Inclusion Logic ---
10199

102100
# Check file size
103101
if max_file_size and os.path.getsize(filepath) > max_file_size:

0 commit comments

Comments
 (0)