mirror of
https://github.com/sean1832/GPT-Brain
synced 2024-11-15 06:12:57 +00:00
chore: remove debug code
This commit is contained in:
parent
6ec4b9f13d
commit
9511b18c6b
@ -126,7 +126,6 @@ def main():
|
||||
exclude_dir_user = st_tags.st_tags(value=util.read_json_at(INFO.BRAIN_MEMO, 'exclude_dir_user'),
|
||||
label=_('#### Directory to Exclude'),
|
||||
text=_('Enter file or directory name to exclude'))
|
||||
print(exclude_dir_user)
|
||||
if exclude_dir_user:
|
||||
exclude_dir = exclude_dir_official + list(exclude_dir_user)
|
||||
# remove duplicates
|
||||
|
Loading…
Reference in New Issue
Block a user