Remove debug console logs from MannschaftenUebersicht, TermineVorschau, spielplaene, and filterData components to clean up code and improve performance.

This commit is contained in:
Torsten Schulz (local)
2025-12-19 10:06:01 +01:00
parent cbe02a6caf
commit 5a85c3d31a
5 changed files with 2 additions and 41 deletions

View File

@@ -509,7 +509,7 @@ const bulkResponse = await fetch('/api/members/bulk', {
})
})
const result = await bulkResponse.json()
console.log(`Importiert: ${result.summary.imported}, Duplikate: ${result.summary.duplicates}`)</code></pre>
// Ergebnis: Importiert: ${result.summary.imported}, Duplikate: ${result.summary.duplicates}</code></pre>
</div>
</div>
</div>