Skip to content

Commit

Permalink
Merge pull request #38332 from nextcloud/pulsejet/patch-dead1
Browse files Browse the repository at this point in the history
Remove some dead code in files app
  • Loading branch information
szaimen authored May 19, 2023
2 parents b3e8e0c + 262c84a commit 8cca865
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions apps/files/js/app.js
Original file line number Diff line number Diff line change
Expand Up @@ -139,9 +139,6 @@

this._setupEvents();

this._debouncedPersistShowHiddenFilesState = _.debounce(this._persistShowHiddenFilesState, 1200);
this._debouncedPersistCropImagePreviewsState = _.debounce(this._persistCropImagePreviewsState, 1200);

if (sessionStorage.getItem('WhatsNewServerCheck') < (Date.now() - 3600*1000)) {
OCP.WhatsNew.query(); // for Nextcloud server
sessionStorage.setItem('WhatsNewServerCheck', Date.now());
Expand Down

0 comments on commit 8cca865

Please sign in to comment.