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:
@@ -234,8 +234,7 @@ impl ItemService {
|
||||
tx.commit()?;
|
||||
debug!("ITEM_SERVICE: Transaction committed successfully");
|
||||
|
||||
debug!("ITEM_SERVICE: Getting final item with metadata");
|
||||
self.get_item(conn, item_id)
|
||||
Ok(item_id)
|
||||
}
|
||||
|
||||
pub fn save_item_from_mcp(
|
||||
|
||||
Reference in New Issue
Block a user