mirror of
https://github.com/pacnpal/thrilltrack-explorer.git
synced 2025-12-20 15:11:13 -05:00
Remove debug console logs
This commit is contained in:
@@ -1089,10 +1089,12 @@ export async function editSubmissionItem(
|
||||
currentItem.submission_id,
|
||||
true // isEdit = true
|
||||
);
|
||||
|
||||
console.log(`✅ Created version for manual edit of ${currentItem.item_type} ${currentItem.approved_entity_id}`);
|
||||
} catch (versionError) {
|
||||
console.error('Failed to create version for manual edit:', versionError);
|
||||
logger.error('Failed to create version for manual edit', {
|
||||
action: 'create_version_for_edit',
|
||||
itemType: currentItem.item_type,
|
||||
entityId: currentItem.approved_entity_id
|
||||
});
|
||||
// Don't fail the entire operation, just log the error
|
||||
// The edit itself is still saved, just without version history
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user