fix: remove debug log from generate.py.
This commit is contained in:
parent
980f6d6f96
commit
fe417c4438
1 changed files with 0 additions and 1 deletions
|
@ -23,7 +23,6 @@ def load_notes(
|
|||
final_files: dict[str, list[tuple[pathlib.Path, int]]] = {}
|
||||
for dirpath, _, filenames in path.walk():
|
||||
files_loaded += [dirpath / x for x in filenames]
|
||||
print(files_loaded)
|
||||
for f in files_loaded:
|
||||
match = RE_FILENAME.match(f.name)
|
||||
if match:
|
||||
|
|
Loading…
Add table
Reference in a new issue