mirror of
https://github.com/gpxstudio/gpx.studio.git
synced 2025-09-01 08:12:32 +00:00
remove debugging info
This commit is contained in:
@@ -291,7 +291,6 @@ export function observeFilesFromDatabase(fitBounds: boolean) {
|
|||||||
let initialize = true;
|
let initialize = true;
|
||||||
liveQuery(() => db.fileids.toArray()).subscribe(dbFileIds => {
|
liveQuery(() => db.fileids.toArray()).subscribe(dbFileIds => {
|
||||||
if (initialize) {
|
if (initialize) {
|
||||||
console.log('fitBounds', fitBounds);
|
|
||||||
if (fitBounds && dbFileIds.length > 0) {
|
if (fitBounds && dbFileIds.length > 0) {
|
||||||
initTargetMapBounds(dbFileIds);
|
initTargetMapBounds(dbFileIds);
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user