mirror of
https://github.com/infiniflow/ragflow.git
synced 2026-08-12 03:33:33 +08:00
chore(wiki): remove stray debug print (#18020)
### Summary Remove a stray `print()` from the Wiki source-context fallback.
This commit is contained in:
@@ -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] = []
|
||||
|
||||
Reference in New Issue
Block a user