mirror of
https://github.com/Freika/dawarich.git
synced 2026-01-11 17:51:39 -05:00
Remove console log
This commit is contained in:
parent
e8dc4df1a9
commit
3facb6d6b9
1 changed files with 0 additions and 1 deletions
|
|
@ -111,7 +111,6 @@ export class DataLoader {
|
|||
start_at: startDate,
|
||||
end_at: endDate
|
||||
})
|
||||
console.log('[Tracks] Fetched tracks:', data.tracksGeoJSON.features.length, 'tracks')
|
||||
} catch (error) {
|
||||
console.warn('[Tracks] Failed to fetch tracks (non-blocking):', error.message)
|
||||
data.tracksGeoJSON = { type: 'FeatureCollection', features: [] }
|
||||
|
|
|
|||
Loading…
Reference in a new issue