From 80f86cb83e4f0b1da07c596c24f0962b87ff45c9 Mon Sep 17 00:00:00 2001 From: Christian Vidal Wolf Date: Thu, 23 Apr 2026 16:35:20 +0200 Subject: [PATCH] fix: remove temp diag log Co-Authored-By: Claude Sonnet 4.6 --- src/App.tsx | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/App.tsx b/src/App.tsx index 99601c3..112dd16 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -134,10 +134,6 @@ export default function App() { console.log('Fetching synced data from Supabase...'); const syncedData = await getAllSyncedRows(); - // TEMP DIAG: log the specific item to check - const diagItem = syncedData['51016DE']; - console.log('[DIAG] 51016DE in syncedData:', diagItem ? JSON.stringify({ status: diagItem.status, dataLen: diagItem.data?.length }) : 'NOT FOUND'); - if (diagItem) console.log('[DIAG] 51016DE data snapshot:', JSON.stringify(diagItem.data)); const resolvedCols = resolveColumnIndices(headers); const editableColumns = new Set([