chore: removed comment

This commit is contained in:
Sarah Vaupel 2021-06-10 16:06:16 +00:00 committed by Gregor Kleen
parent f807e2af78
commit d6bbbec629

View File

@ -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});