diff options
Diffstat (limited to 'core/src/OC/util-history.js')
-rw-r--r-- | core/src/OC/util-history.js | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/core/src/OC/util-history.js b/core/src/OC/util-history.js index e5f9ff9447b..d18b8743936 100644 --- a/core/src/OC/util-history.js +++ b/core/src/OC/util-history.js @@ -165,8 +165,6 @@ export default { }, _onPopState(e) { - debugger - if (this._cancelPop) { this._cancelPop = false return |