mirror of
https://github.com/christianvidalwolf-prog/Craze-Data-check.git
synced 2026-08-03 11:55:23 +02:00
fix: remove temp diag log
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
co-authored by
Claude Sonnet 4.6
parent
c3dda5d919
commit
80f86cb83e
@@ -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([
|
||||
|
||||
Reference in New Issue
Block a user