chore: removed comment
This commit is contained in:
parent
f807e2af78
commit
d6bbbec629
@ -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});
|
||||
|
||||
Loading…
Reference in New Issue
Block a user