remove debugging info
This commit is contained in:
parent
9d13e9bcdc
commit
a48da3fcf0
@ -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);
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user