Chore: cleanup obsolete logs

This commit is contained in:
Pieter Vander Vennet 2025-04-05 03:41:27 +02:00
parent 602bf2300d
commit 1e84c2cc4d

View file

@ -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,