Skip to content

Commit 99b6378

Browse files
committed
fix(log): less verbose
1 parent 44a38ff commit 99b6378

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

ai/analyzer.py

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -241,13 +241,6 @@ def _process_file_sync(
241241
print(err_content)
242242
except Exception:
243243
logger.exception("Failed to write chunk-insert error to disk for %s chunk %d", rel_path, idx)
244-
else:
245-
failed_count += 1
246-
try:
247-
err_content = "Embedding API returned no vector for chunk."
248-
print(err_content)
249-
except Exception:
250-
logger.exception("Failed to write empty-embedding error to disk for %s chunk %d", rel_path, idx)
251244

252245
# Log batch completion with timing and status
253246
batch_duration = time.time() - batch_start_time

0 commit comments

Comments
 (0)