chore(wiki): remove stray debug print (#18020)

### Summary

Remove a stray `print()` from the Wiki source-context fallback.
This commit is contained in:
Ziyang Guo
2026-08-10 18:22:44 +08:00
committed by GitHub
parent c697fcff41
commit eb184c839c

View File

@@ -2995,7 +2995,6 @@ async def _wiki_build_source_context(
chunk_map = await _wiki_load_chunks_by_id(chunk_ids, tenant_id, kb_id)
if not chunk_map:
print("chunk_map::::::::::::::", chunk_ids, tenant_id, kb_id, flush=True)
return "(source chunks could not be loaded)"
parts: list[str] = []