Skip to content

Commit e3f7286

Browse files
committed
adjust logs
1 parent c04de07 commit e3f7286

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

codewiki/src/be/agent_orchestrator.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,6 @@ async def process_module(self, module_name: str, components: Dict[str, Node],
114114

115115
# check if overview docs already exists
116116
overview_docs_path = os.path.join(working_dir, OVERVIEW_FILENAME)
117-
logger.info(f"Overview docs path: {overview_docs_path}")
118117
if os.path.exists(overview_docs_path):
119118
logger.info(f"Overview docs already exists at {overview_docs_path}")
120119
return module_tree

0 commit comments

Comments
 (0)