fix: remove temp diag log

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
Christian Vidal Wolf
2026-04-23 16:35:20 +02:00
co-authored by Claude Sonnet 4.6
parent c3dda5d919
commit 80f86cb83e
-4
View File
@@ -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([