fix: remove redundant debug log and metadata retrieval

Co-authored-by: aider (openai/andrew/openrouter/anthropic/claude-sonnet-4) <aider@aider.chat>
This commit is contained in:
Andrew Phillips
2025-08-25 15:55:05 -03:00
parent 7d7b2d74fe
commit aa66bfca06

View File

@@ -234,8 +234,7 @@ impl ItemService {
tx.commit()?; tx.commit()?;
debug!("ITEM_SERVICE: Transaction committed successfully"); debug!("ITEM_SERVICE: Transaction committed successfully");
debug!("ITEM_SERVICE: Getting final item with metadata"); Ok(item_id)
self.get_item(conn, item_id)
} }
pub fn save_item_from_mcp( pub fn save_item_from_mcp(