forked from MapComplete/MapComplete
Chore: cleanup obsolete logs
This commit is contained in:
parent
602bf2300d
commit
1e84c2cc4d
1 changed files with 0 additions and 2 deletions
|
@ -51,7 +51,6 @@ class RoundRobinStore<T> {
|
|||
const i = this._index.data
|
||||
this._index.set((i + 1) % this._store.data.length)
|
||||
this._store.data[i] = t
|
||||
console.trace(">>> Setting", i, this._store.data, t, "new index:", this._index.data)
|
||||
this._store.ping()
|
||||
|
||||
}
|
||||
|
@ -290,7 +289,6 @@ export default class UserRelatedState {
|
|||
10,
|
||||
(a, b) => a === b
|
||||
)
|
||||
this.recentlyVisitedThemes.value.addCallbackAndRunD(th => console.log(">>> themes", th))
|
||||
this.recentlyVisitedSearch = new OptionallySyncedHistory<GeocodeResult>(
|
||||
"places",
|
||||
this.osmConnection,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue