Skip to content

Commit 876bf13

Browse files
committed
perf(batch_process.py): rm unused log info
1 parent b62efd2 commit 876bf13

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

batch_process.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,6 @@ def filter_tex_files(tex_files: List[str], main_path: str = None) -> List[str]:
145145
result = []
146146
for tex_file in tex_files:
147147
if main_path and os.path.dirname(os.path.dirname(tex_file)) != main_path:
148-
log.info(f"not the valid tex file: {tex_file}")
149148
continue
150149
# prevent processing previous generated files
151150
try:

0 commit comments

Comments
 (0)