remove debugging info
This commit is contained in:
parent
9d13e9bcdc
commit
a48da3fcf0
1 changed files with 0 additions and 1 deletions
|
@ -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…
Reference in a new issue