diff --git a/frontend/src/lib/storage-manager/storage-manager.js b/frontend/src/lib/storage-manager/storage-manager.js index 7c91d6a77..85344ccdb 100644 --- a/frontend/src/lib/storage-manager/storage-manager.js +++ b/frontend/src/lib/storage-manager/storage-manager.js @@ -327,7 +327,6 @@ export class StorageManager { const url = (options.history && options.history.url) || (this._global.document && this._global.document.location); const state = this._global.history.state || {}; - //alert('Current State of history: ' + JSON.stringify(state)); state[this.namespace] = this._updateStorage({}, value, LOCATION.HISTORY, options); this._debugLog('_saveToHistory', { state: state, push: push, title: title, url: url});