diff --git a/src/Logic/State/UserRelatedState.ts b/src/Logic/State/UserRelatedState.ts index dce95bc0b8..13f623e0ab 100644 --- a/src/Logic/State/UserRelatedState.ts +++ b/src/Logic/State/UserRelatedState.ts @@ -51,7 +51,6 @@ class RoundRobinStore { 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( "places", this.osmConnection,