mirror of
https://github.com/gpxstudio/gpx.studio.git
synced 2025-09-02 16:52:31 +00:00
remove logging
This commit is contained in:
@@ -124,10 +124,7 @@ export async function loadFiles(list: FileList) {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
console.log('loadFiles', files);
|
dbUtils.addMultiple(files);
|
||||||
|
|
||||||
let result = dbUtils.addMultiple(files);
|
|
||||||
console.log('addMultiple', result);
|
|
||||||
|
|
||||||
if (!mapBounds.contains(bounds.getSouthWest()) || !mapBounds.contains(bounds.getNorthEast()) || !mapBounds.contains(bounds.getSouthEast()) || !mapBounds.contains(bounds.getNorthWest())) {
|
if (!mapBounds.contains(bounds.getSouthWest()) || !mapBounds.contains(bounds.getNorthEast()) || !mapBounds.contains(bounds.getSouthEast()) || !mapBounds.contains(bounds.getNorthWest())) {
|
||||||
get(map)?.fitBounds(bounds, {
|
get(map)?.fitBounds(bounds, {
|
||||||
|
Reference in New Issue
Block a user