mirror of
https://github.com/pacnpal/thrilltrack-explorer.git
synced 2025-12-24 16:51:13 -05:00
Remove debug console logs
This commit is contained in:
@@ -379,7 +379,7 @@ export async function detectChanges(
|
||||
|
||||
// Add debugging warning if critical data is missing
|
||||
if (!itemData.entity_name && item.item_type === 'photo_delete') {
|
||||
console.warn(`[Photo Delete] Missing entity_name for photo_delete item`, {
|
||||
logger.warn('[Photo Delete] Missing entity_name for photo_delete item', {
|
||||
item_type: item.item_type,
|
||||
has_entity_type: !!itemData.entity_type,
|
||||
has_entity_id: !!itemData.entity_id,
|
||||
|
||||
Reference in New Issue
Block a user